Skip to content

Commit 1a3af2f

Browse files
authored
Merge pull request #567 from rogerbinns/dependabot/github_actions/pypa/cibuildwheel-3.1
Bump pypa/cibuildwheel from 3.0 to 3.1
2 parents 6fa6ae0 + f7799b4 commit 1a3af2f

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@v3.0
19+
uses: pypa/cibuildwheel@v3.1
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@v3.0
19+
uses: pypa/cibuildwheel@v3.1
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)