We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1ea532 + 6520a19 commit 9429edaCopy full SHA for 9429eda
.github/workflows/manual_release.yml
@@ -31,7 +31,7 @@ jobs:
31
coverage run -m unittest discover -v -s "./tests" -p "test*.py"
32
33
- name: Publish
34
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
35
with:
36
user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments