##// END OF EJS Templates
turn print into comment
Matthias Bussonnier -
Show More
@@ -50,10 +50,8 b" if 'upload' not in sys.argv:"
50 print("`./release upload` to register and release")
50 print("`./release upload` to register and release")
51 sys.exit(0)
51 sys.exit(0)
52
52
53 # Register with the Python Package Index (PyPI)
53 # Not Registering with PyPI, registering with setup.py is insecure as communication is not encrypted
54 print( 'Not Registering with PyPI, registering with setup.py is insecure as communication is not encrypted')
55 cd(ipdir)
54 cd(ipdir)
56 # sh('./setup.py register')
57
55
58 # Upload all files
56 # Upload all files
59 sh(sdists)
57 sh(sdists)
General Comments 0
You need to be logged in to leave comments. Login now