Skip to content

Commit

Permalink
Fix Release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 1, 2024
1 parent ab5766b commit a82d14d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-<long-token>
```


Check the documentation at: `https://lanl.github.io/BEE/ <https://lanl.github.io/BEE/>`_
Also upgrade the pip version in your python or anaconda environment and check the version:
Expand Down

0 comments on commit a82d14d

Please sign in to comment.