Pin pypa/gh-action-pypi-publish@release/v1

This commit is contained in:
Valentin Niess
2025-05-23 18:49:31 +02:00
parent f049580e2b
commit 04071b3df9

View File

@@ -50,6 +50,6 @@ jobs:
- name: Upload to PyPI
if: (github.ref == 'refs/heads/master') && inputs.upload
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}