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 d14e600 + da082e7 commit 2bf08f9Copy full SHA for 2bf08f9
.github/workflows/push-to-pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build package
26
run: python -m build
27
- name: Publish package
28
- uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
+ uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments