diff --git a/RELEASE.rst b/RELEASE.rst index 7746fc87e..e894007c8 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -19,8 +19,12 @@ Verify all current changes in develop run correctly on nightly tests. that matches the version in pyproject.toml 6. Follow step 2 but uncheck Allow specified actors to bypass and don't forget save 7. Log into your PYPI account and get a token for hpc-beeflow. -8. Finally, on the command line: checkout the main branch and make sure you pull it - Then ``poetry build``, ``poetry publish -u __token__ -p pypi-`` +8. Finally, on the command line: checkout the main branch and make sure you pull the latest verison + + Then publish by: + ``poetry build`` + + ``poetry publish -u __token__ -p pypi-`` Check the documentation at: `https://lanl.github.io/BEE/ `_