Skip to content

Commit

Permalink
ci: check that wheel metadata passes validation
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Aug 12, 2021
1 parent 517ec06 commit 996aeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
run: python -m pip install cibuildwheel
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
- name: Check wheels metadata
run: pipx run twine check dist/*.whl
- uses: actions/upload-artifact@v2
with:
path: dist/*.whl
Expand Down

0 comments on commit 996aeea

Please sign in to comment.