There was an error while loading. Please reload this page.
1 parent 9ccfacc commit 203756dCopy full SHA for 203756d
4 files changed
.github/workflows/publish.yml
@@ -83,6 +83,8 @@ jobs:
83
84
- name: Publish distribution to PyPI
85
uses: pypa/gh-action-pypi-publish@release/v1
86
+ with:
87
+ password: ${{ secrets.PYPI_API_TOKEN }}
88
89
publish-to-testpypi:
90
name: Publish to TestPyPI
0 commit comments