Skip to content

Commit

Permalink
Update RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel authored Apr 1, 2024
1 parent a11c3f4 commit c366a18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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-<long-token>``
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-<long-token>``


Check the documentation at: `https://lanl.github.io/BEE/ <https://lanl.github.io/BEE/>`_
Expand Down

0 comments on commit c366a18

Please sign in to comment.