Skip to content

Commit 7e85e29

Browse files
committed
improve ci
1 parent 3df4bc0 commit 7e85e29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/wheels-any.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
- name: build wheel
2525
run: python -m pip wheel .
2626

27+
- name: install twine
28+
run: python -m pip install twine
29+
30+
- name: check wheel
31+
run: python -m twine check dist
32+
2733
- uses: actions/upload-artifact@v4
2834
with:
2935
path: ./onnx_diagnostic*.whl

0 commit comments

Comments
 (0)