Skip to content

Commit

Permalink
Fix PyPI upload missing whl file (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Oct 16, 2024
1 parent d4020bc commit ec3e715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ jobs:
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
BUILD_NO_CUDA=1 python -m build
twine upload --username __token__ --password $PYPI_TOKEN dist/*
shell: bash
shell: bash

0 comments on commit ec3e715

Please sign in to comment.