File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Build wheels
19- uses : pypa/cibuildwheel@v2.22
19+ uses : pypa/cibuildwheel@v2.23
2020 env :
2121 CIBW_BUILD : ${{ matrix.pyver }}-*
2222 CIBW_BEFORE_BUILD : python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"
4848 platforms : all
4949
5050 - name : Build wheels
51- uses : pypa/cibuildwheel@v2.22
51+ uses : pypa/cibuildwheel@v2.23
5252 env :
5353 CIBW_BUILD : ${{ matrix.pyver }}-${{ matrix.libc }}*
5454 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717
1818 - name : Build wheels
19- uses : pypa/cibuildwheel@v2.22
19+ uses : pypa/cibuildwheel@v2.23
2020 env :
2121 CIBW_BUILD : ${{ matrix.pyver }}-*
2222 CIBW_BEFORE_BUILD : python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"
4848 platforms : all
4949
5050 - name : Build wheels
51- uses : pypa/cibuildwheel@v2.22
51+ uses : pypa/cibuildwheel@v2.23
5252 env :
5353 CIBW_BUILD : ${{ matrix.pyver }}-${{ matrix.libc }}*
5454 CIBW_ARCHS_LINUX : ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments