Skip to content

Commit c3c22c7

Browse files
authored
Merge pull request #555 from rogerbinns/dependabot/github_actions/pypa/cibuildwheel-2.23
Bump pypa/cibuildwheel from 2.22 to 2.23
2 parents e4bee1a + 2277534 commit c3c22c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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')"
@@ -48,7 +48,7 @@ jobs:
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 }}

.github/workflows/build-testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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')"
@@ -48,7 +48,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)