update gh-action-pypi-publish

This commit is contained in:
Klaus Rettinghaus 2024-10-09 20:38:50 +02:00 committed by GitHub
parent 7ec6b7e65b
commit 5ef5474172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ jobs:
pip install --upgrade build twine
python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
password: ${{ secrets.PYPI_TOKEN }}