Skip to content

Commit

Permalink
Switch to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tmi committed Jan 10, 2025
1 parent 88c770e commit bb403a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- run: cd /proj && /buildscripts/upload-pypi.sh /tmp/build/wheel/*whl
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
# NOTE temporary thing until all the mess gets cleared
- run: rm -rf ./* ./.git ./.github

0 comments on commit bb403a2

Please sign in to comment.