diff --git a/RELEASE.rst b/RELEASE.rst index 99dba8bf4..06c783e08 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -18,9 +18,16 @@ Verify all current changes in develop run correctly on nightly tests. 5. Once merged, on github web interface create a release and tag based on main branch that matches the version in pyproject.toml 6. Follow step 2 but uncheck Allow specified actors to bypass and don't forget save -7. Finally, on the main branch, first run a ``poetry build`` and then a - ``poetry publish``. The second command will ask for a username and password (You may need to add the --username --password options to ``poetry build``) - for PyPI. +7. Log into your PYPI account and get a token for hpc-beeflow. +8. Finally, on the command line: + + ``` + git checkout main + git pull + poetry build + poetry publish -u __token__ -p pypi- + ``` + Check the documentation at: `https://lanl.github.io/BEE/ `_ Also upgrade the pip version in your python or anaconda environment and check the version: