Skip to content

Commit d9dbca9

Browse files
committed
Adding the pypi commands to the makefile
1 parent fa5c9bf commit d9dbca9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Makefile

+13
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ install:
33

44
develop:
55
python setup.py develop
6+
7+
pypi-test-register:
8+
python setup.py register -r pypitest
9+
10+
pypi-test-upload:
11+
python setup.py sdist upload -r pypitest
12+
13+
pypi-live-register:
14+
python setup.py register -r pypi
15+
16+
pypi-live-upload:
17+
python setup.py sdist upload -r pypi
18+

0 commit comments

Comments
 (0)