Skip to content

Commit

Permalink
Merge pull request #31 from kodonnell/upload-whls
Browse files Browse the repository at this point in the history
Upload wheels to fix #30
  • Loading branch information
kodonnell authored Jan 27, 2025
2 parents 9bbdc27 + d996126 commit c497fb9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,16 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Optional, use if you use setuptools_scm https://stackoverflow.com/a/68959339
submodules: true # Optional, use if you have submodules
submodules: true # Optional, use if you have submodules -

- uses: actions/setup-python@v5

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

- name: Build wheels
uses: pypa/[email protected]
run: python -m cibuildwheel --output-dir wheelhouse

- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
Expand Down

0 comments on commit c497fb9

Please sign in to comment.