Skip to content

Commit 8fd3ec7

Browse files
committed
make: Rename 'sdist-upload' target to 'release'
1 parent 291f3cd commit 8fd3ec7

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
@@ -1,4 +1,4 @@
1-
.PHONY: compile clean all distclean test debug sdist clean-libuv sdist-upload sdist-libuv
1+
.PHONY: compile clean all distclean test debug sdist clean-libuv release sdist-libuv
22

33

44
all: clean compile
@@ -43,5 +43,5 @@ sdist: clean compile test sdist-libuv
4343
python setup.py sdist
4444

4545

46-
sdist-upload: clean compile test sdist-libuv
46+
release: clean compile test sdist-libuv
4747
python setup.py sdist upload

0 commit comments

Comments
 (0)