Skip to content

Commit 480a380

Browse files
author
dn.petrov
committed
test1
1 parent 82804e9 commit 480a380

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
@@ -7,6 +7,6 @@ popd
77
mkdir -p snap7/lib/
88
cp /usr/lib/libsnap7.so snap7/lib/
99
${INPUT_PYTHON} -m pip install wheel build auditwheel patchelf
10-
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"я
10+
${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
1111

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

0 commit comments

Comments
 (0)