Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Add 'release/' in 'pypa/gh-action-pypi-publish@v1'
  • Loading branch information
lecriste authored Oct 31, 2024
1 parent f018cec commit 4b0f5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m build
- name: Publish distribution package to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

0 comments on commit 4b0f5b4

Please sign in to comment.