We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425b411 commit b9a1ba7Copy full SHA for b9a1ba7
.github/workflows/python-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build package
31
run: python -m build
32
- name: Publish package
33
- uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments