Skip to content

Commit af5ff2c

Browse files
author
Денис Петров
committed
test1
1 parent 7fb4bcb commit af5ff2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/*${INPUT_PLATFORM}.whl --plat ${INPUT_PLATFORM} -w ${INPUT_WHEELDIR}

.github/workflows/build-and-test-arm32v7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build-and-test-wheels-arm32
22
on:
33
push:
4-
branches: [master]
4+
branches: *
55
pull_request:
66
branches: [master]
77
jobs:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=68.0.0", "wheel"]
2+
requires = ["setuptools>=69.1.1", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)