Skip to content

Commit

Permalink
build: fix Makefile (pypi subcommand was replaced by upload)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <[email protected]>
  • Loading branch information
lrq3000 committed Jan 21, 2024
1 parent f4a51f5 commit f964822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install
build
buildupload
pypi
upload
help
none
run
Expand Down Expand Up @@ -127,7 +127,7 @@ upload:

buildupload:
@+make build
@+make pypi
@+make upload

none:
# used for unit testing
Expand Down

0 comments on commit f964822

Please sign in to comment.