Skip to content

Commit d860345

Browse files
authored
Merge pull request #586 from rogerbinns/dependabot/github_actions/pypa/cibuildwheel-3.3
Bump pypa/cibuildwheel from 3.2 to 3.3
2 parents 31ec8eb + 78eb038 commit d860345

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

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

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