Skip to content

Commit

Permalink
Update to generic cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelmassot committed Jan 30, 2024
1 parent 9ba5337 commit 0ff7447
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,18 @@ jobs:
with:
submodules: recursive
- uses: actions/setup-python@v4
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.4
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
with:
package-dir: .
output-dir: wheelhouse
config-file: "{package}/pyproject.toml"
run: python -m cibuildwheel --output-dir wheelhouse
#- name: Build wheels
# uses: pypa/[email protected]
# env:
# CIBW_BUILD_VERBOSITY: 1
# with:
# package-dir: .
# output-dir: wheelhouse
# config-file: "{package}/pyproject.toml"
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 0ff7447

Please sign in to comment.