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.
1 parent 2057ae6 commit 3d3e957Copy full SHA for 3d3e957
Makefile
@@ -15,7 +15,7 @@ release:: clean
15
16
force_release:: clean
17
git push --tags
18
- python3 setup.py sdist bdist_wheel
+ python3 -m build --sdist --wheel
19
twine upload dist/*
20
21
doc::
0 commit comments