File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
submodules : true
105
105
fetch-depth : 0
106
106
107
- - uses : pypa/cibuildwheel@v2.10.0
107
+ - uses : pypa/cibuildwheel@v2.10.1
108
108
env :
109
109
CIBW_BUILD : cp38-win_amd64 cp310-manylinux_i686 cp37-macosx_x86_64
110
110
CIBW_BUILD_VERBOSITY : 1
Original file line number Diff line number Diff line change 75
75
with :
76
76
platforms : all
77
77
78
- - uses : pypa/cibuildwheel@v2.10.0
78
+ - uses : pypa/cibuildwheel@v2.10.1
79
79
env :
80
80
CIBW_BUILD : cp${{ matrix.python }}-manylinux_*
81
81
CIBW_ARCHS : ${{ matrix.arch }}
@@ -131,7 +131,7 @@ jobs:
131
131
shell : bash
132
132
run : echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}" >> $GITHUB_ENV
133
133
134
- - uses : pypa/cibuildwheel@v2.10.0
134
+ - uses : pypa/cibuildwheel@v2.10.1
135
135
env :
136
136
CIBW_BUILD : ${{ matrix.build }}
137
137
CIBW_MANYLINUX_I686_IMAGE : ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}
You can’t perform that action at this time.
0 commit comments