Skip to content

Commit

Permalink
Check the wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
nizox committed Jun 30, 2021
1 parent ee7eff1 commit aa99878
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
name: package-${{ matrix.config.plat_name }}
path: wheelhouse

- name: Check the wheel
if: matrix.config.plat_name == 'manylinux1_x86_64'
run: |
python3 -m pip install auditwheel twine readme_renderer[md]
auditwheel show wheelhouse/*.whl
twine check wheelhouse/*.whl
- name: Test
run: |
python3 -m pip install pytest wheelhouse/*.whl
Expand Down

0 comments on commit aa99878

Please sign in to comment.