Skip to content

Commit 4f043ae

Browse files
committed
use auto-mode to make wheel with the native binary.
1 parent 623196e commit 4f043ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cp ../data/*.bin src/sentencepiece/package_data
6767
python -m cibuildwheel --output-dir wheelhouse
6868
env:
69-
CIBW_ARCHS_LINUX: auto aarch64
69+
CIBW_ARCHS_LINUX: auto
7070
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
7171
CIBW_ARCHS_WINDOWS: auto ARM64
7272
CIBW_SKIP: "*-musllinux_*"

0 commit comments

Comments
 (0)