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 9397901 + 86d0dce commit 0839ca2Copy full SHA for 0839ca2
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build package
22
run: poetry build
23
- name: Publish package
24
- uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments