File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,31 +136,31 @@ jobs:
136136 path : dist/
137137
138138 - name : Build wheels for CPython 3.11
139- 139+ uses : pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
140140 with :
141141 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142142 env :
143143 CIBW_BUILD : " cp311-*"
144144 CIBW_ARCHS : ${{ matrix.cibw_archs }}
145145
146146 - name : Build wheels for CPython 3.10
147- 147+ uses : pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
148148 with :
149149 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
150150 env :
151151 CIBW_BUILD : " cp310-*"
152152 CIBW_ARCHS : ${{ matrix.cibw_archs }}
153153
154154 - name : Build wheels for CPython 3.9
155- 155+ uses : pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
156156 with :
157157 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
158158 env :
159159 CIBW_BUILD : " cp39-*"
160160 CIBW_ARCHS : ${{ matrix.cibw_archs }}
161161
162162 - name : Build wheels for PyPy
163- 163+ uses : pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
164164 with :
165165 package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
166166 env :
You can’t perform that action at this time.
0 commit comments