Changes between Version 22 and Version 23 of DevNotes/Processeses/DeploymentProcess


Ignore:
Timestamp:
Oct 10, 2018 5:50:52 PM (5 years ago)
Author:
wojciech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Processeses/DeploymentProcess

    v22 v23  
    6161 * 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. 
    6262 
     63 
     64== Uploading sasmodels to pypi == 
     65sasmodels 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  
     66Once this is done one can upload sasmodels to pypi using twine: twine upload dist/*. 
     67 
    6368== Post release steps == 
    6469Once 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.