File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11name : build-wheels-push
22
3- # on: push
3+ on : push
44
5- on :
6- release :
7- types :
8- - published
5+ # on:
6+ # release:
7+ # types:
8+ # - published
99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
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