We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa33c87 commit da17f45Copy full SHA for da17f45
1 file changed
.github/workflows/wheels.yml
@@ -90,6 +90,7 @@ jobs:
90
- name: Upload to PyPI
91
uses: pypa/gh-action-pypi-publish@release/v1.12
92
with:
93
+ password: ${{ secrets.PYPI_API_TOKEN }}
94
packages-dir: wheels/
95
# already checked, and the pkginfo/twine versions on this runner causes check to fail
96
verify-metadata: false
0 commit comments