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 c54dbf0 commit 2546761Copy full SHA for 2546761
.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@897895f1e160c830e369f9779632ebc134688e1b
+ uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments