We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3acca1 + 18bc33b commit db6cbf2Copy full SHA for db6cbf2
.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@85a5a80b227b7ecb3fba463426f5b44b740af0eb
+ uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments