We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced5e88 commit 2b61d7cCopy full SHA for 2b61d7c
.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@fb9fc6a4e67ca27a7a76b17bbf90be83c2d3c716
+ uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
36
with:
37
user: __token__
38
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments