Update release.yml

Update version pinning of pypi-publish github action
This commit is contained in:
Matt Seymour 2023-08-15 13:06:29 +01:00 committed by GitHub
parent ed68bff3c8
commit 321a7c207a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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