Pin publish action in release workflow

From https://github.com/pypa/gh-action-pypi-publish/blob/unstable/v1/README.md:

    The `master` branch version has been sunset. Please, change the
    GitHub Action version you use from `master` to `release/v1` or use
    an exact tag, or a full Git commit SHA.
This commit is contained in:
Michael Käufl 2022-08-31 17:41:17 +02:00
parent 40d244d865
commit e2861e6327
No known key found for this signature in database
GPG key ID: 30274591B981122A

View file

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