Skip to content

Commit a9948ed

Browse files
committed
Add wheel install
1 parent 1312128 commit a9948ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check Objects
5151
# if: startsWith(github.ref, 'refs/tags')
5252
run: |
53-
pip install -q twine
53+
pip install -q twine wheel
5454
twine check dist/*
5555
5656
# Upload the packages on all develop and main pipleines for test consumption

0 commit comments

Comments
 (0)