Skip to content

Commit

Permalink
Add missing wheel package in deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 3, 2023
1 parent 199fe22 commit 2aa78e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Check release
id: check_release
run: |
python -m pip install poetry githubrelease httpx==0.18.2 autopub twine
python -m pip install poetry githubrelease httpx==0.18.2 autopub twine wheel
echo "release=$(autopub check)" >> $GITHUB_OUTPUT
- name: Publish
Expand Down

0 comments on commit 2aa78e2

Please sign in to comment.