Skip to content

Commit e096fdf

Browse files
authored
install twine before twine check
1 parent 7146bcd commit e096fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545

4646
- name: Install built wheel
4747
run: |
48+
pip install twine
4849
twine check dist/*
4950
pip install dist/*.whl
5051

0 commit comments

Comments
 (0)