Skip to content

Commit

Permalink
added testing to wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Luca van den Busch committed Jan 31, 2024
1 parent 7f2ff01 commit 001429b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: pypa/cibuildwheel@v2.16
env:
CIBW_BUILD: ${{ matrix.setup.build }}
CIBW_SKIP: cp36* pp*
CIBW_SKIP: "pp*"
CIBW_TEST_REQUIRES: numpy pytest
CIBW_TEST_COMMAND: pytest tests

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 001429b

Please sign in to comment.