Skip to content

Commit 1e67a9b

Browse files
authored
Build 3.14 wheels for testing (#1345)
* Build 3.14 wheels for testing * use cibuildwheel 3
1 parent efae53d commit 1e67a9b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4343
run: >-
4444
echo LIBCST_NO_LOCAL_SCHEME=1 >> $GITHUB_ENV
45+
- name: Enable building wheels for pre-release CPython versions
46+
if: github.event_name != 'release'
47+
run: echo CIBW_ENABLE=cpython-prerelease >> $GITHUB_ENV
4548
- name: Build wheels
46-
uses: pypa/cibuildwheel@v2.23.3
49+
uses: pypa/cibuildwheel@v3.0.0b2
4750
- uses: actions/upload-artifact@v4
4851
with:
4952
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)