File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ A list of things that need to work for each and every release.
34
34
rlipython-0.1.2.dev0-py2.py3-none-any.whl rlipython-0.1.2.dev0.tar.gz
35
35
36
36
- [ ] ` python setupegg.py sdist bdist_wheel upload -r testpypi `
37
- - [ ] Check pypi test site for results, possibly ` pip install --pre rlipython `
37
+ - [ ] Check pypi test site for results, possibly :
38
+
39
+ pip install --pre --upgrade --extra-index https://testpypi.python.org/pypi rlipython
40
+
38
41
- [ ] ` python setupegg.py sdist bdist_wheel upload -r pypi `
39
42
40
43
Original file line number Diff line number Diff line change 19
19
20
20
setup (
21
21
name = 'rlipython' ,
22
- version = '0.1.2.dev1 ' ,
22
+ version = '0.1.2' ,
23
23
packages = ['rlipython' ,],
24
24
install_requires = ["ipython>5.3" ],
25
25
extras_requires = extras_requires ,
You can’t perform that action at this time.
0 commit comments