Skip to content

Commit

Permalink
ci: update pypi-publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray authored and jsdillon committed Jul 3, 2024
1 parent cb52e89 commit 1858df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m build
- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PyPI }}

0 comments on commit 1858df5

Please sign in to comment.