We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82804e9 commit 480a380Copy full SHA for 480a380
.github/build_scripts/build_package.sh
@@ -7,6 +7,6 @@ popd
7
mkdir -p snap7/lib/
8
cp /usr/lib/libsnap7.so snap7/lib/
9
${INPUT_PYTHON} -m pip install wheel build auditwheel patchelf
10
-${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"я
+${INPUT_PYTHON} -m build . --wheel -C="--build-option=--plat-name=${INPUT_PLATFORM}"
11
12
auditwheel repair dist/*.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}
0 commit comments