Skip to content

Commit 78eb038

Browse files
Bump pypa/cibuildwheel from 3.2 to 3.3
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2 to 3.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.2...v3.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31ec8eb commit 78eb038

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)