File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ build_pypi_wheel = { cmd = """
215215
216216build_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
492492build_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
522522build_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/ && \
You can’t perform that action at this time.
0 commit comments