Skip to content

Commit

Permalink
Fix version of PyPI upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jul 25, 2023
1 parent c4826dc commit 5d3dabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Upload distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/')
uses: pypa/gh-action-pypi-publish@1.4.2
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 5d3dabc

Please sign in to comment.