Skip to content

Commit 7ac03b0

Browse files
author
dn.petrov
committed
test2
1 parent a4cbca9 commit 7ac03b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build_scripts/build_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ make -f "${INPUT_MAKEFILE}" install
66
popd
77
mkdir -p snap7/lib/
88
cp /usr/lib/libsnap7.so snap7/lib/
9-
${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf
9+
${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf setuptools
1010
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
1111

1212
auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}

0 commit comments

Comments
 (0)