Update pypi-publish.yml

new action version
This commit is contained in:
Nicola Demo
2023-07-04 13:30:50 +02:00
parent a3cd6e43ab
commit f9cbfb2db4

View File

@@ -26,6 +26,6 @@ jobs:
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags') if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@release/v1
with: with:
password: ${{ secrets.PYPI_API_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}