We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e7bed commit 2cae18dCopy full SHA for 2cae18d
.github/workflows/publish-package.yml
@@ -67,4 +67,6 @@ jobs:
67
- name: Publish release distributions to PyPI
68
uses: pypa/gh-action-pypi-publish@release/v1
69
with:
70
+ user: __token__
71
+ password: ${{ secrets.PYPI_API_TOKEN }}
72
packages-dir: dist/
0 commit comments