remove requirement for twine for python builders

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-10-29 20:28:34 -04:00
parent 189bae2445
commit 20805673c8

View File

@@ -71,10 +71,10 @@ steps on a Windows machine::
conda install -n CoolProp34 cython pip pywin32
activate CoolProp27
pip install wheel twine
pip install wheel
deactivate
activate CoolProp34
pip install wheel twine
pip install wheel
deactivate
Please repeat the steps above for both 32bit and 64bit Python environments.
@@ -87,10 +87,10 @@ On a Linux system, things only change a little bit::
conda install -n CoolProp34 cython pip
source activate CoolProp27
pip install wheel twine
pip install wheel
deactivate
source activate CoolProp34
pip install wheel twine
pip install wheel
deactivate
Please make sure that the standard shell ``/bin/sh`` used by the builbot is
@@ -103,7 +103,7 @@ We have to find a new way to generate the configuration.
Information on building the single wrappers can be found on
:ref:`this dedicated page<wrapper_common_prereqs>`.
For uploading generated binary python files, you should create a file ``~\.pypirc`` with the contents::
For uploading generated binary python files to PYPI, you should create a file ``~\.pypirc`` with the contents::
[distutils]
index-servers=