This commit is contained in:
dependabot[bot] 2025-09-04 15:41:20 +00:00 committed by GitHub
commit 24a8c8173b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,6 @@ jobs:
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.13.0
with:
password: ${{ secrets.PYPI_API_TOKEN }}