Skip to content

Commit 22e338a

Browse files
committed
Fix CI
1 parent 70cbdef commit 22e338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: "3.9"
5858

5959
- name: "Install poetry, check-wheel-content, and twine"
60-
run: "python -m pip install twine check-wheel-contents"
60+
run: "python -m pip install wheel twine check-wheel-contents"
6161
- name: "Build package"
6262
run: "python setup.py sdist bdist_wheel"
6363
- name: "List result"

0 commit comments

Comments
 (0)