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 bc67f03Copy full SHA for bc67f03
.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@ab69e431e9c9f48a3310be0a56527c679f56e04d
28
with:
29
user: __token__
30
password: ${{ secrets.TWINE_TOKEN }}
0 commit comments