mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
remove requirement for twine for python builders
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user