Skip to content

Commit

Permalink
update pip index-url
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 22, 2023
1 parent 50a4e9b commit a6ee67c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
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"
CIBW_BEFORE_BUILD_LINUX: "pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_WINDOWS: "pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_MACOS: "pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple numpy meson-python ninja setuptools build"
# ...
# with:
# package-dir: .
Expand Down

0 comments on commit a6ee67c

Please sign in to comment.