Commit 3bc7570
authored
Fix TorchCodec PyPI upload (#8141)
The `.github/workflows/release-stage-pypi.yml` script was processing
both CUDA and CPU wheels for `manylinux_2_28_x86_64`, in that order,
which caused the CPU wheels to override the CUDA wheels, and the CPU
wheels being uploaded on PyPI instead of the CPU wheels.1 parent 79470e9 commit 3bc7570
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | 115 | | |
118 | 116 | | |
119 | 117 | | |
| |||
0 commit comments