File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200200 python3 -m pytest $GITHUB_WORKSPACE
201201
202202 build_wheel_windows :
203- runs-on : windows-latest
203+ runs-on : windows-2019
204204 steps :
205205 - uses : actions/checkout@v4
206206
Original file line number Diff line number Diff line change 11name : build-wheels-push
22
33# on: push
4-
4+
55on :
66 release :
77 types :
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Build wheels
40- uses : pypa/cibuildwheel@v2.18.1
40+ uses : pypa/cibuildwheel@v2.19
4141 env :
4242 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
4343 - uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 3232 steps :
3333 - uses : actions/checkout@v4
3434 - name : Build wheels
35- uses : pypa/cibuildwheel@v2.18.1
35+ uses : pypa/cibuildwheel@v2.19
3636 env :
3737 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}
3838
You can’t perform that action at this time.
0 commit comments