Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
package-name: torchao
trigger-event: ${{ github.event_name }}
# This is the CUDA version to be uploaded to torchao-nightly pypi
upload-to-pypi: cu121
upload-to-pypi: cu121,cu126,cu128,cu129,cu130
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
notify:
Expand Down
Loading