Skip to content

Commit be69e78

Browse files
committed
Noted how to build CLI binaries for a release, fixes #472.
1 parent b8bf42b commit be69e78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/contributing/releases.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Deis Repo
6969
- publish CLI to pypi.python.org
7070
- ``cd client && python setup.py sdist upload``
7171
- use testpypi.python.org first to ensure there aren't any problems
72+
- create CLI binaries for Windows and Mac OS X
73+
- ``pip install pyinstaller && make client_binary``
74+
- use Mac OS X 10.8 to avoid LLVM errors for others
75+
- upload to aws-eng S3 bucket, set as publically downloadable
7276
- switch master to upcoming release
7377
* ``git checkout master``
7478
* update __version__ fields in Python packages to *next* version

0 commit comments

Comments
 (0)