Skip to content

Commit d73d4d2

Browse files
committed
.github/workflows/wheels.yml: use cibuildwheel 1.x to build for Python2
1 parent b509719 commit d73d4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v2
5353

54-
- uses: pypa/cibuildwheel@v2.1.1
54+
- uses: pypa/cibuildwheel@v1.12.0
5555
env:
5656
CIBW_BUILD: ${{ github.event.inputs.cibw_build }}
5757
CIBW_SKIP: ${{ github.event.inputs.cibw_skip }}

0 commit comments

Comments
 (0)