Commit 61c90db
committed
Fix wheels-docker workflow: remove source dist copy
The wheels-docker workflow should only build manylinux wheels,
not source distributions. Source distribution is built separately
in wheels.yml on Linux x86_64 only.
Removed lines attempting to copy dist/*.tar.gz which doesn't exist
in this workflow, causing build failures.1 parent 4910dac commit 61c90db
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
| |||
0 commit comments