We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7ffe46 + e837c10 commit 1cb2f71Copy full SHA for 1cb2f71
.github/workflows/build_publish.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build package
47
run: python -m build
48
- name: Publish package
49
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
+ uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
50
with:
51
user: __token__
52
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments