Skip to content

Commit

Permalink
Build: Test wheels after build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jun 15, 2024
1 parent 3fed4aa commit 6897148
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ jobs:
with:
only: ${{ matrix.only }}

- name: Test wheels
run: |
ls ./wheelhouse/*.whl
pip install -f ./wheelhouse lxml
python test.py -vv
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit 6897148

Please sign in to comment.