We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2910392 commit a1de40cCopy full SHA for a1de40c
1 file changed
.github/workflows/bld_wheels_and_upload.yml
@@ -54,17 +54,18 @@ jobs:
54
build_wheels_linux:
55
name: Build wheels on ${{ matrix.os }}
56
runs-on: ${{ matrix.os }}
57
- strategy:
58
- matrix:
59
- os: [ubuntu-latest]
+ strategy:
+ matrix:
+ os: [ubuntu-latest]
60
61
- steps:
62
- - uses: actions/checkout@v4.2.2
+ steps:
+ - uses: actions/checkout@v4.2.2
63
64
- - name: Build wheels
+ - name: Build wheels
65
uses: pypa/cibuildwheel@v3.0.1
66
env:
67
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
68
+
69
# Repair wheel and exclude driver-specific libs
70
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
71
auditwheel repair
0 commit comments