Skip to content

Commit

Permalink
try initialising pip install from cibuildwheel env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 22, 2023
1 parent 0cc564d commit 50a4e9b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:
- name: Install python dependencies
run: python -m pip install numpy setuptools build meson

# - name: Add meson
# uses: BSFishy/[email protected]
# with:
# action: build

- name: Build wheels
uses: pypa/[email protected]
# env:
# CIBW_SOME_OPTION: value
env:
CIBW_BEFORE_BUILD_LINUX: "pip install numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_WINDOWS: "pip install numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_MACOS: "pip install numpy meson-python ninja setuptools build"
# ...
# with:
# package-dir: .
Expand Down

0 comments on commit 50a4e9b

Please sign in to comment.