Skip to content

Commit 6fcdffe

Browse files
author
dn.petrov
committed
asdf1
1 parent 3bef6f6 commit 6fcdffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build_scripts/build_package.sh

Lines changed: 1 addition & 1 deletion
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
1010
${INPUT_PYTHON} -m build . --wheel -C="--plat-name=${INPUT_PLATFORM}"
1111

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

0 commit comments

Comments
 (0)