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 892dd62 commit bc858dcCopy full SHA for bc858dc
.github/workflows/wheels.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Setup pypi for poetry
64
run: |
65
poetry config keyring.enabled false
66
- poetry config pypi-token.pypi ${{ secrets.PIPY_TOKEN }}
+ poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
67
68
- name: Convert python version to cpXYZ
69
0 commit comments