Skip to content

Commit f43d475

Browse files
committed
[master] Add upload Make target
Signed-off-by: 4thel00z <4thel00z@gmail.com>
1 parent 2373b9d commit f43d475

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
build:
22
python3 setup.py sdist bdist_wheel
3+
upload:
4+
./scripts/upload.zsh

0 commit comments

Comments
 (0)