Skip to content

Commit 98776e8

Browse files
committed
build wheel action only for windows
1 parent 48908d9 commit 98776e8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [reticula-build-ubuntu-22.04, reticula-build-windows-2022, macos-13-xl]
14+
os: [reticula-build-windows-2022]
1515
py: ["cp310-*", "cp311-*", "cp312-*"]
1616

1717
steps:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
theme: dark
2424

25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Set up Visual Studio shell on Windows
2828
uses: egor-tensin/vs-shell@v2
@@ -44,13 +44,13 @@ jobs:
4444
run: python -m pip install -U pip
4545

4646
- name: Install cibuildwheel
47-
run: python -m pip install cibuildwheel==2.16.2
47+
run: python -m pip install cibuildwheel==2.21.3
4848

4949
- name: Build Wheels
5050
env:
5151
CIBW_BUILD: ${{ matrix.py }}
5252
run: python -m cibuildwheel --output-dir wheelhouse
5353

54-
- uses: actions/upload-artifact@v3
54+
- uses: actions/upload-artifact@v4
5555
with:
5656
path: ./wheelhouse/*.whl

0 commit comments

Comments
 (0)