We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bef6f6 commit 6fcdffeCopy full SHA for 6fcdffe
.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
10
${INPUT_PYTHON} -m build . --wheel -C="--plat-name=${INPUT_PLATFORM}"
11
12
-auditwheel repair dist/*${INPUT_PLATFORM}.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
+auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
0 commit comments