We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2816660 commit 6bec329Copy full SHA for 6bec329
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build package
35
run: poetry build
36
- name: Publish package to PYPI
37
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
+ uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments