Changes between Version 22 and Version 23 of DevNotes/Processeses/DeploymentProcess
- Timestamp:
- Oct 10, 2018 7:50:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Processeses/DeploymentProcess
v22 v23 61 61 * Once final approval is given, the release number should be updated in latestversion.json on the !SasView website repo which will alert all !SasView users that a new version is available. 62 62 63 64 == Uploading sasmodels to pypi == 65 sasmodels are also avaialble from pypi (sascalc should be avaialable in the future). In order to do this, one needs to checkout tagged version and then build dist in sasmodels folder: python setup.py sdist bdist_wheel 66 Once this is done one can upload sasmodels to pypi using twine: twine upload dist/*. 67 63 68 == Post release steps == 64 69 Once the release is completely done and out, it is recommended that the version numbers in master get updated to the next planned release version number so that developers testing can easily tell they are running a post release version. Just the init.py and possibly the sphinx conf.py should be updated at this point.