We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a35c5 commit d9b60d0Copy full SHA for d9b60d0
.github/workflows/python-publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build package
25
run: python -m build
26
- name: Publish package
27
- uses: pypa/gh-action-pypi-publish@db8f07d3871a0a180efa06b95d467625c19d5d5f
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
28
with:
29
user: __token__
30
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments