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 36f8c2b + e4a5c0e commit 14134a4Copy full SHA for 14134a4
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build package
30
run: python -m build
31
- name: Publish package
32
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
33
with:
34
user: __token__
35
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments