Skip to content

Commit 9349bdd

Browse files
authored
Merge pull request #606 from rogerbinns/dependabot/github_actions/pypa/cibuildwheel-3.4
Bump pypa/cibuildwheel from 3.3 to 3.4
2 parents 0fcfb71 + 6d580a5 commit 9349bdd

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@v6
1717

1818
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
19-
uses: pypa/cibuildwheel@v3.3
19+
uses: pypa/cibuildwheel@v3.4
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@v6
1717

1818
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
19-
uses: pypa/cibuildwheel@v3.3
19+
uses: pypa/cibuildwheel@v3.4
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)