Ping gh-action-pypi-publish version

This commit is contained in:
Alexandr Artemyev 2024-08-23 17:27:27 +05:00 committed by GitHub
parent e428387620
commit eea23a86de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,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@v1.9.0
with:
user: jazzband
password: ${{ secrets.JAZZBAND_RELEASE_KEY }}