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 2dc6898 commit 46c3383Copy full SHA for 46c3383
Makefile
@@ -78,6 +78,7 @@ install:
78
79
build:
80
# requires `pip install build`
81
+ @+make testrst
82
@+make prebuildclean
83
@+make testpyproject
84
@+python -sBm build # do NOT use the -w flag, otherwise only the wheel will be built, but we need sdist for source distros such as Debian and Gentoo!
0 commit comments