We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a170a3e commit a426969Copy full SHA for a426969
.github/workflows/build_wheels_linux.yml
@@ -54,6 +54,7 @@ jobs:
54
trigger-event: ${{ github.event_name }}
55
# This is the CUDA version to be uploaded to torchao-nightly pypi
56
upload-to-pypi: cu121
57
+ # please note: excluding 3.13t for linux builds for now
58
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
59
secrets:
60
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments