We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd84975 commit 40f4aa4Copy full SHA for 40f4aa4
.github/build_scripts/build_package.sh
@@ -10,4 +10,4 @@ ${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf set
10
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
11
12
auditwheel show dist/*.whl ${INPUT_WHEELDIR}
13
-auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
+auditwheel repair dist/*.whl -w ${INPUT_WHEELDIR}
0 commit comments