File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6464 name : Install Python
6565 with :
66- python-version : ' 3.11 '
66+ python-version : ' 3.12 '
6767
6868 - name : Install dependencies
6969 run : python -m pip install build twine
@@ -194,24 +194,6 @@ jobs:
194194 CIBW_BUILD : " cp312-*"
195195 CIBW_ARCHS : ${{ matrix.cibw_archs }}
196196
197- - name : Build wheels for CPython 3.11
198- uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
199- with :
200- package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
201- env :
202- CIBW_BUILD : " cp311-*"
203- CIBW_ARCHS : ${{ matrix.cibw_archs }}
204-
205- - name : Build wheels for PyPy
206- uses : pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
207- with :
208- package-dir : dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
209- env :
210- CIBW_BUILD : " pp311-*"
211- CIBW_ARCHS : ${{ matrix.cibw_archs }}
212- CIBW_ENABLE : pypy
213- if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
214-
215197 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
216198 with :
217199 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
You can’t perform that action at this time.
0 commit comments