We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bf42b commit be69e78Copy full SHA for be69e78
1 file changed
docs/contributing/releases.rst
@@ -69,6 +69,10 @@ Deis Repo
69
- publish CLI to pypi.python.org
70
- ``cd client && python setup.py sdist upload``
71
- 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
76
- switch master to upcoming release
77
* ``git checkout master``
78
* update __version__ fields in Python packages to *next* version
0 commit comments