Skip to content

Commit ca9089f

Browse files
author
Денис Петров
committed
2
1 parent 5fecb40 commit ca9089f

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
@@ -7,6 +7,6 @@ popd
77
mkdir -p snap7/lib/
88
cp /usr/lib/libsnap7.so snap7/lib/
99
${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf setuptools
10-
${INPUT_PYTHON} -m build . --wheel -C="--plat-name=${INPUT_PLATFORM}"
10+
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=linux_x86_64"
1111

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

0 commit comments

Comments
 (0)