Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish to v1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 5, 2024
1 parent f1fa681 commit bae595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.3.0
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit bae595a

Please sign in to comment.