We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157bb2e commit e224107Copy full SHA for e224107
1 file changed
.github/workflows/publish.yaml
@@ -32,3 +32,5 @@ jobs:
32
- name: Publish distribution 📦 to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@release/v1
35
+ with:
36
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments