Skip to content

Commit 40f4aa4

Browse files
committed
test2
1 parent fd84975 commit 40f4aa4

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
@@ -10,4 +10,4 @@ ${INPUT_PYTHON} -m pip install --upgrade pip wheel build auditwheel patchelf set
1010
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
1111

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

0 commit comments

Comments
 (0)