We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5bbdbc commit a109296Copy full SHA for a109296
1 file changed
.github/workflows/python-publish.yml
@@ -30,3 +30,5 @@ jobs:
30
python -m build
31
- name: Publish distribution 📦 to PyPI
32
uses: pypa/gh-action-pypi-publish@release/v1
33
+ with:
34
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments