Merge pull request #6489 from rettinghaus/pypa_action

update gh-action-pypi-publish
This commit is contained in:
Andrey Rakhmatullin 2024-10-11 00:24:31 +05:00 committed by GitHub
commit 9736e49b52
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 }}