We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d68bfb1 + 8583f4b commit 8ac8e84Copy full SHA for 8ac8e84
.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@8cafb5c2bf2f478231c9abbba1feb4edb6ccf405
+ uses: pypa/gh-action-pypi-publish@e1dad8a51d599265993e342ee807cac176eb71d4
36
with:
37
user: __token__
38
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments