Skip to content

Commit

Permalink
Update cibw to use new recommended Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 12, 2023
1 parent ab187b0 commit 6d2cfb9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,19 @@ jobs:
os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'

- uses: actions/setup-python@v3

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
uses: pypa/cibuildwheel@v2.15
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand Down

0 comments on commit 6d2cfb9

Please sign in to comment.