Skip to content

Commit 61c90db

Browse files
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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/wheels-docker.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ jobs:
217217
cp "$wheel" wheelhouse/
218218
fi
219219
done
220-
echo "Copying source distribution"
221-
cp dist/*.tar.gz wheelhouse/
222220
223221
echo ""
224222
echo "==> Final wheel inventory after manylinux conversion:"

0 commit comments

Comments
 (0)