Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 8, 2024
1 parent 632c084 commit 73e1518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
# - uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.17.0
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: bash ./instdeps.sh
CIBW_BEFORE_ALL_MACOS: brew install libarchive pybind11
CIBW_BUILD_FRONTEND: pip
with:
package-dir: .
output-dir: wheelhouse

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 73e1518

Please sign in to comment.