Skip to content

Commit

Permalink
trying with a specific CIBW_BUILD setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pcubillos committed May 31, 2024
1 parent fc2432a commit b120972
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,18 @@ jobs:
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.17.0

#- name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# python -m pip install -r requirements.txt

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BEFORE_BUILD: "pip install numpy"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: "cp310-*"
#CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"
CIBW_BUILD: "cp310-win_amd64"
# cp310-win_amd64
# cp310-win32
# cp310-win_arm64
# CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-*"

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

0 comments on commit b120972

Please sign in to comment.