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.
1 parent 210bbf3 commit 89e8d85Copy full SHA for 89e8d85
.github/workflows/pythonpackage.yml
@@ -92,7 +92,7 @@ jobs:
92
run: if [ -n "$PYPI_API_TOKEN" ]; then echo ::set-output name=DEPLOY::true; fi
93
- name: Upload to PyPI
94
if: steps.deployable.outputs.DEPLOY
95
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
96
with:
97
user: __token__
98
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments