We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cbca9 commit 7ac03b0Copy full SHA for 7ac03b0
.github/build_scripts/build_package.sh
@@ -6,7 +6,7 @@ make -f "${INPUT_MAKEFILE}" install
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
+${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}
0 commit comments