Skip to content

Commit

Permalink
chore: upgrade github action versions (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqeelat committed Aug 13, 2023
1 parent 134ef73 commit 96a8ded
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: '3.8'

- name: Get pip cache dir
id: pip-cache
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Upload packages to Jazzband
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: jazzband
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}
Expand Down

0 comments on commit 96a8ded

Please sign in to comment.