chore: upgrade github action versions (#553)

This commit is contained in:
Abdullah Alaqeel 2023-08-13 23:43:57 +03:00 committed by GitHub
parent 134ef73723
commit 96a8ded086
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
@ -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 }}