Merge pull request #716 from DJ2LS/dependabot/github_actions/develop/pypa/gh-action-pypi-publish-1.8.14

This commit is contained in:
DJ2LS 2024-05-01 18:41:28 +02:00 committed by GitHub
commit 1a1e5d2dd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.4.2
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}