We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c6ba5 commit 8612423Copy full SHA for 8612423
.github/build_scripts/build_package.sh
@@ -9,4 +9,4 @@ cp /usr/lib/libsnap7.so snap7/lib/
9
${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf setuptools
10
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
11
12
-auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
+auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR} --only-plat
0 commit comments