We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c6afe6 + cf4cbf5 commit d3acca1Copy full SHA for d3acca1
.github/workflows/python-publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build package
34
run: python -m build
35
- name: Publish package
36
- uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
+ uses: pypa/gh-action-pypi-publish@85a5a80b227b7ecb3fba463426f5b44b740af0eb
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments