Skip to content

Commit 996aeea

Browse files
committed
ci: check that wheel metadata passes validation
1 parent 517ec06 commit 996aeea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: python -m pip install cibuildwheel
4949
- name: Build wheels
5050
run: python -m cibuildwheel --output-dir dist
51+
- name: Check wheels metadata
52+
run: pipx run twine check dist/*.whl
5153
- uses: actions/upload-artifact@v2
5254
with:
5355
path: dist/*.whl

0 commit comments

Comments
 (0)