Skip to content

Commit

Permalink
Update cibuildwheels
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsta committed Mar 28, 2024
1 parent ce04915 commit 64245ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-latest, windows-latest, macos-15]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Used to host cibuildwheel
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel
Expand All @@ -34,6 +34,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
GITHUB_BUILDING_WHEELS: 1

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

0 comments on commit 64245ef

Please sign in to comment.