Skip to content

Commit 42e1c4c

Browse files
committed
test3
1 parent 40f4aa4 commit 42e1c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/build_scripts/build_package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ cp /usr/lib/libsnap7.so snap7/lib/
99
${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

12-
auditwheel show dist/*.whl ${INPUT_WHEELDIR}
13-
auditwheel repair dist/*.whl -w ${INPUT_WHEELDIR}
12+
auditwheel show dist/*.whl
13+
auditwheel repair dist/*.whl --only-plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}

0 commit comments

Comments
 (0)