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 68a579b + f904cd9 commit cda3648Copy full SHA for cda3648
.github/workflows/push-to-pypi.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build package
26
run: python -m build
27
- name: Publish package
28
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments