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.
2 parents 2735740 + 6c8e5c4 commit 2f3074eCopy full SHA for 2f3074e
.github/workflows/python-publish.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@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
36
with:
37
user: __token__
38
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments