Skip to content

Commit 417e7cb

Browse files
authored
Merge pull request #560 from rogerbinns/dependabot/github_actions/pypa/cibuildwheel-3.0
Bump pypa/cibuildwheel from 2.23 to 3.0
2 parents b49403f + 0a5a7dd commit 417e7cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
19-
uses: pypa/cibuildwheel@v2.23
19+
uses: pypa/cibuildwheel@v3.0
2020
env:
2121
CIBW_BUILD: ${{ matrix.pyver }}-*
2222
CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"

.github/workflows/build-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
19-
uses: pypa/cibuildwheel@v2.23
19+
uses: pypa/cibuildwheel@v3.0
2020
env:
2121
CIBW_BUILD: ${{ matrix.pyver }}-*
2222
CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"

0 commit comments

Comments
 (0)