Skip to content

Commit 2aa78e2

Browse files
committed
Add missing wheel package in deployment CI
1 parent 199fe22 commit 2aa78e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check release
4040
id: check_release
4141
run: |
42-
python -m pip install poetry githubrelease httpx==0.18.2 autopub twine
42+
python -m pip install poetry githubrelease httpx==0.18.2 autopub twine wheel
4343
echo "release=$(autopub check)" >> $GITHUB_OUTPUT
4444
4545
- name: Publish

0 commit comments

Comments
 (0)