Skip to content

Commit

Permalink
Specify exact version in GitHub Action step (#126)
Browse files Browse the repository at this point in the history
This will hopefully fix a failure that blocked a release yesterday.
  • Loading branch information
mworion committed Nov 11, 2023
1 parent 52ddfe2 commit 0f5546d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
# chosen for the PyPI token.

- name: upload_to_pypi
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit 0f5546d

Please sign in to comment.