# | Line 10 | Line 10 | else | |
---|---|---|
10 | setup := $(CURDIR)/setup.py | |
11 | endif | |
12 | ||
13 | < | .PHONY: all binary build clean register source |
13 | > | .PHONY: all binary build clean register source upload |
14 | ||
15 | all: build | |
16 | ||
# | Line 35 | Line 35 | ifneq ($(OS),Windows_NT) | |
35 | source: | |
36 | $(setup) sdist --formats bztar,gztar,zip | |
37 | endif | |
38 | + | |
39 | + | upload: |
40 | + | $(setup) upload -s |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |