We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4e00e commit b3d885aCopy full SHA for b3d885a
.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@8a08d616893759ef8e1aa1f2785787c0b97e20d6
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments