Merge pull request #341 from michael-k/fix-release-workflow

Pin publish action in release workflow
This commit is contained in:
Camilo Nova 2022-09-22 17:03:41 -05:00 committed by GitHub
commit 7520ae4123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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