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 32352dd + 79bd523 commit 83bbfddCopy full SHA for 83bbfdd
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build package
27
run: python -m build
28
- name: Publish package
29
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
+ uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments