Skip to content

Commit

Permalink
build: forgot a line in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Apr 9, 2023
1 parent 2dc6898 commit 46c3383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ install:

build:
# requires `pip install build`
@+make testrst
@+make prebuildclean
@+make testpyproject
@+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!
Expand Down

0 comments on commit 46c3383

Please sign in to comment.