We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b2e34 commit 99ae4e7Copy full SHA for 99ae4e7
.github/workflows/release-cd.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build package
33
run: python -m build
34
- name: Publish package
35
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
+ uses: pypa/gh-action-pypi-publish@61da13deb5f5124fb1536194f82ed3d9bbc7e8f3
36
with:
37
user: __token__
38
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments