Skip to content

Commit 95cbaaa

Browse files
committed
Remove asterisks from wheel names and other improvements
1 parent 5fe38b2 commit 95cbaaa

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
matrix:
3232
os: [ubuntu-latest, windows-latest, macos-latest]
3333
arch: [x86_64, aarch64]
34-
cibw_build: ["cp3{10,11,12,13}-*", "cp313t-*"]
34+
cibw_build: ["cp310", "cp311", "cp312", "cp313", "cp313t"]
3535
p_ver: ["3.10-3.13+3.13t"]
3636
exclude:
3737
- os: windows-latest
@@ -48,13 +48,9 @@ jobs:
4848
with:
4949
python-version: '3.x'
5050

51-
- name: Install cibuildwheel
52-
run: |
53-
python -m pip install cibuildwheel
54-
55-
- uses: docker/setup-qemu-action@v2
56-
if: ${{ matrix.arch == 'aarch64' }}
57-
name: Set up QEMU
51+
# - uses: docker/setup-qemu-action@v2
52+
# if: ${{ matrix.arch == 'aarch64' }}
53+
# name: Set up QEMU
5854

5955
- name: Setup free-threading variables
6056
if: ${{ endsWith(matrix.cibw_build, 't-*') }}
@@ -65,8 +61,7 @@ jobs:
6561
echo "CIBW_TEST_COMMAND=pytest --parallel-threads=4 --pyargs numexpr" >> "$GITHUB_ENV"
6662
6763
- name: Build wheels
68-
run: |
69-
python -m cibuildwheel --output-dir wheelhouse
64+
uses: pypa/cibuildwheel@v2.23
7065

7166
- name: Make sdist
7267
if: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)