Skip to content

Commit 3da5bdf

Browse files
--plat manylinux_2_28_x86_64
1 parent 2ac04d0 commit 3da5bdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ build_pypi_wheel = { cmd = """
215215

216216
build_pypi_repair = { cmd = """
217217
auditwheel repair \
218-
--plat manylinux2014_x86_64 \
218+
--plat manylinux_2_28_x86_64 \
219219
--exclude 'libtorch*.so' --exclude 'libc10*.so' --exclude 'libmkl*.so' \
220220
dist/pymomentum_cpu-*-linux_x86_64.whl -w dist/ && \
221221
rm dist/pymomentum_cpu-*-linux_x86_64.whl || \
@@ -491,7 +491,7 @@ build_pypi_wheel = { cmd = """
491491

492492
build_pypi_repair = { cmd = """
493493
auditwheel repair \
494-
--plat manylinux2014_x86_64 \
494+
--plat manylinux_2_28_x86_64 \
495495
--exclude 'libtorch*.so' --exclude 'libc10*.so' \
496496
--exclude 'libcu*.so*' --exclude 'libnv*.so*' --exclude 'libmkl*.so' \
497497
dist/pymomentum_gpu-*-linux_x86_64.whl -w dist/ && \
@@ -521,7 +521,7 @@ build_pypi_wheel = { cmd = """
521521

522522
build_pypi_repair = { cmd = """
523523
auditwheel repair \
524-
--plat manylinux2014_x86_64 \
524+
--plat manylinux_2_28_x86_64 \
525525
--exclude 'libtorch*.so' --exclude 'libc10*.so' \
526526
--exclude 'libcu*.so*' --exclude 'libnv*.so*' --exclude 'libmkl*.so' \
527527
dist/pymomentum_gpu-*-linux_x86_64.whl -w dist/ && \

0 commit comments

Comments
 (0)