Skip to content

Commit

Permalink
fix pypi key
Browse files Browse the repository at this point in the history
  • Loading branch information
ericevenchick authored Aug 26, 2024
1 parent df575c7 commit 4d03d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
env:
TWINE_USERNAME: ericevenchick
TWINE_PASSWORD: ${{ secrets.test_pypi_password }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
run: |
python -m twine upload --skip-existing driver/dist/*
build_windows:
Expand Down

0 comments on commit 4d03d24

Please sign in to comment.