Skip to content

Commit a1de40c

Browse files
committed
update bld_wheels_and_upload.yml
1 parent 2910392 commit a1de40c

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/bld_wheels_and_upload.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,18 @@ jobs:
5454
build_wheels_linux:
5555
name: Build wheels on ${{ matrix.os }}
5656
runs-on: ${{ matrix.os }}
57-
strategy:
58-
matrix:
59-
os: [ubuntu-latest]
57+
strategy:
58+
matrix:
59+
os: [ubuntu-latest]
6060

61-
steps:
62-
- uses: actions/checkout@v4.2.2
61+
steps:
62+
- uses: actions/checkout@v4.2.2
6363

64-
- name: Build wheels
64+
- name: Build wheels
6565
uses: pypa/cibuildwheel@v3.0.1
6666
env:
6767
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
68+
6869
# Repair wheel and exclude driver-specific libs
6970
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
7071
auditwheel repair

0 commit comments

Comments
 (0)