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 ce93cd2 commit e4bc10fCopy full SHA for e4bc10f
Makefile
@@ -3,7 +3,7 @@ clean:
3
.PHONY: clean
4
5
package:
6
- python setup.py sdist bdist_wheel
+ python -m build
7
.PHONY: package
8
9
upload:
0 commit comments