We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setuptools_scm
wheel
build
1 parent 648b88e commit e2ab42fCopy full SHA for e2ab42f
.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 check-wheel-contents setuptools_scm twine wheel"
+ run: "python -m pip install build check-wheel-contents twine"
61
- name: "Build package"
62
run: "python setup.py sdist bdist_wheel"
63
- name: "List result"
0 commit comments