ci: update PyPI publish action to use recommended tag

This commit is contained in:
Mike 2025-02-24 19:15:02 -08:00
parent a38a6b9f5c
commit 7e572801b0

View file

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