Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 18, 2021
1 parent 70cbdef commit 22e338a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python-version: "3.9"

- name: "Install poetry, check-wheel-content, and twine"
run: "python -m pip install twine check-wheel-contents"
run: "python -m pip install wheel twine check-wheel-contents"
- name: "Build package"
run: "python setup.py sdist bdist_wheel"
- name: "List result"
Expand Down

0 comments on commit 22e338a

Please sign in to comment.