Skip to content

Commit bc858dc

Browse files
committed
chore: fix secrets name [skip ci]
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 892dd62 commit bc858dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup pypi for poetry
6464
run: |
6565
poetry config keyring.enabled false
66-
poetry config pypi-token.pypi ${{ secrets.PIPY_TOKEN }}
66+
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
6767
6868
- name: Convert python version to cpXYZ
6969
run: |

0 commit comments

Comments
 (0)