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 2fb3122 commit 131965aCopy full SHA for 131965a
.github/workflows/build_wheels.yml
@@ -36,7 +36,8 @@ jobs:
36
- name: Upload wheels to PyPI
37
env:
38
TWINE_USERNAME: "__token__"
39
- TWINE_PASSWORD: ${{ secrets.PYPI_API_KEY }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
40
+ TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
41
run: |
42
python -m pip install --upgrade twine &&
43
twine upload --verbose wheelhouse/*.whl
0 commit comments