Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 8, 2024
1 parent 73e1518 commit d425f36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: bash ./instdeps.sh
CIBW_BEFORE_ALL_MACOS: brew install libarchive pybind11
CIBW_BUILD_FRONTEND: pip
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_ALL_LINUX: bash ./instdeps.sh
CIBW_BEFORE_ALL_MACOS: brew install libarchive pybind11
CIBW_BUILD_FRONTEND: pip
CIBW_SKIP: pp* cp3[6789]* cp310* *win* *i686* *universal2*
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit d425f36

Please sign in to comment.