We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c47e7 commit b0b08f0Copy full SHA for b0b08f0
.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
13
-auditwheel repair dist/*.whl -plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR} --only-plat
+auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR} --only-plat
0 commit comments