Skip to content

Commit 520079e

Browse files
committed
Fix pypi credentials
1 parent c32b50d commit 520079e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/publisher.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
./bin/build_wheel.sh
3333
- name: Upload Wheel
3434
env:
35-
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
36-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
35+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
36+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3737
run : |
3838
twine upload dist/*
3939
publish-docker-cpu:

0 commit comments

Comments
 (0)