Skip to content

Commit 750c5e6

Browse files
committed
run cibuildwheel using sdist tarball target instead of CWD
1 parent 7d597f4 commit 750c5e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/build-wheels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ fi
2424

2525
# build wheels
2626
pip install cibuildwheel
27-
cibuildwheel --output-dir wheels --archs ${ARCHES}
27+
cibuildwheel --output-dir wheels --archs ${ARCHES} dist/*.tar.gz

0 commit comments

Comments
 (0)