Skip to content

Commit 8612423

Browse files
authored
avoid creating compressed tags set (gijzelaerr#510)
Co-authored-by: nikteliy <[email protected]>
1 parent 21c6ba5 commit 8612423

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
@@ -9,4 +9,4 @@ 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 repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
12+
auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR} --only-plat

0 commit comments

Comments
 (0)