We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b296c + 0ba4b0e commit 18f36e0Copy full SHA for 18f36e0
.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@699cd6103f50bf5c3b2f070c70712d109c168e6c
+ uses: pypa/gh-action-pypi-publish@87b624f8716b1150d93f45fa364e49eceebf3ffd
36
with:
37
user: __token__
38
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments