Skip to content

Commit f964822

Browse files
committed
build: fix Makefile (pypi subcommand was replaced by upload)
Signed-off-by: Stephen L. <LRQ3000@gmail.com>
1 parent f4a51f5 commit f964822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
install
3030
build
3131
buildupload
32-
pypi
32+
upload
3333
help
3434
none
3535
run
@@ -127,7 +127,7 @@ upload:
127127

128128
buildupload:
129129
@+make build
130-
@+make pypi
130+
@+make upload
131131

132132
none:
133133
# used for unit testing

0 commit comments

Comments
 (0)