Skip to content

Commit 0f5546d

Browse files
authored
Specify exact version in GitHub Action step (#126)
This will hopefully fix a failure that blocked a release yesterday.
1 parent 52ddfe2 commit 0f5546d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
# chosen for the PyPI token.
232232

233233
- name: upload_to_pypi
234-
uses: pypa/gh-action-pypi-publish@v1
234+
uses: pypa/gh-action-pypi-publish@v1.8.10
235235
with:
236236
user: __token__
237237
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)