Skip to content

Commit

Permalink
ci: don't build wheels on Windows other than for releases
Browse files Browse the repository at this point in the history
not sure why we were building wheels for PRs and only on Windows...
  • Loading branch information
leoetlino committed Jun 19, 2024
1 parent 945659f commit 500c46a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,10 @@ jobs:
pip install --upgrade pip setuptools wheel build
- name: Install
run: pip install .
- name: Build
run: python -m build
- name: Test with pytest
run: |
pip install pytest
pytest test/ --ignore-glob "*benchmark*"
- name: Upload wheels
uses: actions/upload-artifact@master
with:
name: dist
path: dist
build-and-test-ubu:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 500c46a

Please sign in to comment.