Skip to content

Commit fa0b3ff

Browse files
committed
Remove deprecated username/password for pypi uploads
1 parent f692d11 commit fa0b3ff

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@ jobs:
3939
run: |
4040
python -m cibuildwheel --output-dir wheelhouse
4141
- name: Publish
42-
env:
43-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
44-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4542
run: |
4643
twine upload wheelhouse/*

0 commit comments

Comments
 (0)