We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f4aa4 commit 42e1c4cCopy full SHA for 42e1c4c
.github/build_scripts/build_package.sh
@@ -9,5 +9,5 @@ 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 show dist/*.whl ${INPUT_WHEELDIR}
13
-auditwheel repair dist/*.whl -w ${INPUT_WHEELDIR}
+auditwheel show dist/*.whl
+auditwheel repair dist/*.whl --only-plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
0 commit comments