We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fecb40 commit ca9089fCopy full SHA for ca9089f
.github/build_scripts/build_package.sh
@@ -7,6 +7,6 @@ popd
7
mkdir -p snap7/lib/
8
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="--plat-name=${INPUT_PLATFORM}"
+${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=linux_x86_64"
11
12
auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
0 commit comments