File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ docs-install:
36
36
docs :
37
37
. venv/bin/activate; cd docs && make html
38
38
39
- release : test-install
39
+ release :
40
40
. venv/bin/activate; python setup.py sdist upload
41
41
. venv/bin/activate; python setup.py bdist_wheel upload
42
42
Original file line number Diff line number Diff line change @@ -62,7 +62,13 @@ def main(version):
62
62
os .system ('git push --tags' )
63
63
print ('Done' )
64
64
65
- print ('Deploy complete' )
65
+ # TODO: Remove this once 6.x is Generally Available
66
+
67
+ print ('!' * 80 )
68
+ print ('! {:^76} !' .format ('Go hide latest RC and unhide latest 5.x' ))
69
+ print ('!' * 80 )
70
+
71
+ os .system ('open "https://pypi.python.org/pypi?:action=pkg_edit&name=twilio"' )
66
72
67
73
if __name__ == '__main__' :
68
74
parser = ArgumentParser ()
You can’t perform that action at this time.
0 commit comments