We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b49403f + 0a5a7dd commit 417e7cbCopy full SHA for 417e7cb
2 files changed
.github/workflows/build-pypi.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
- name: Build ${{ matrix.os }} ${{ matrix.pyver }}
19
- uses: pypa/cibuildwheel@v2.23
+ uses: pypa/cibuildwheel@v3.0
20
env:
21
CIBW_BUILD: ${{ matrix.pyver }}-*
22
CIBW_BEFORE_BUILD: python -c "import shutil ; shutil.copyfile('tools/setup-pypi.cfg','setup.apsw')"
.github/workflows/build-testpypi.yml
0 commit comments