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 9ced9cc commit ce15be6Copy full SHA for ce15be6
Makefile
@@ -32,7 +32,7 @@ docupdate: docs
32
33
dist: .FORCE
34
#$(MAKE) test
35
- python setup.py sdist
+ python -m build
36
37
upload: .FORCE
38
twine upload dist/*
0 commit comments