Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish to 1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 20, 2024
1 parent 4a4903e commit dfc2274
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 -m build
- 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 dfc2274

Please sign in to comment.