Use up-to-date version of PyPI publish Action

Fixes an outdated reference that aborted the last release attempt.
This commit is contained in:
Peter Bittner 2025-07-11 00:30:44 +02:00 committed by axsapronov
parent 5a77f5683a
commit 04a887c2ab
No known key found for this signature in database
GPG key ID: 313CDF3CC9802124

View file

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