Update release.yml

Use stable v1 PyPI release task
This commit is contained in:
Aleksi Häkli 2023-05-17 20:45:50 +03:00 committed by GitHub
parent 10d1c60027
commit 1be420b95c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,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 }}