We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cbdef commit 22e338aCopy full SHA for 22e338a
.github/workflows/main.yml
@@ -57,7 +57,7 @@ jobs:
57
python-version: "3.9"
58
59
- name: "Install poetry, check-wheel-content, and twine"
60
- run: "python -m pip install twine check-wheel-contents"
+ run: "python -m pip install wheel twine check-wheel-contents"
61
- name: "Build package"
62
run: "python setup.py sdist bdist_wheel"
63
- name: "List result"
0 commit comments