Skip to content

Commit b0b08f0

Browse files
committed
test5
1 parent f3c47e7 commit b0b08f0

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

0 commit comments

Comments
 (0)