Update python-publish.yml

This commit is contained in:
Juanjo Salvador
2024-07-18 12:21:04 +02:00
committed by GitHub
parent 43c42da836
commit 38df01c21f

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}