Skip to content

Commit

Permalink
Merge pull request #11 from agrouaze/add-dependatbot
Browse files Browse the repository at this point in the history
fix typo in gh action publish
  • Loading branch information
agrouaze authored Mar 27, 2023
2 parents 2da6481 + dd68e53 commit aad8fc4
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 aad8fc4

Please sign in to comment.