Skip to content

Commit

Permalink
fix typo in gh action publish
Browse files Browse the repository at this point in the history
  • Loading branch information
agrouaze committed Mar 27, 2023
1 parent 7c141cd commit dd68e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
twine check dist/*
pip install dist/*.whl
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/37f50c210e3d2f9450da2cd423303d6a14a6e29f
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
with:
password: ${{ secrets.pypi_token }}
repository_url: https://upload.pypi.org/legacy/
Expand Down

0 comments on commit dd68e53

Please sign in to comment.