Skip to content

Commit

Permalink
Start 0.1.9dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 2, 2024
1 parent 5acf885 commit e6d57f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ 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. Log into your PYPI account and get a token for hpc-beeflow.
7. Log into your PYPI account and get a token for hpc-beeflow via:

> Your projects > hpc-beeflow > Manage > Settings > Create a token

8. Finally, on the command line: checkout the main branch and make sure you pull the latest verison

Then publish by:
Expand All @@ -28,12 +31,17 @@ Verify all current changes in develop run correctly on nightly tests.


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:

`` pip install --upgrade pip``

`` pip install --upgrade hpc-beeflow``

**WARNING**: Once a version is pushed to PyPI, it cannot be undone. You can
'delete' the version from the package settings, but you can no longer publish
an update to that same version.

8. After the version is published change the version in develop to a pre-release of the next version
(example new version will be 0.1.x edit pyproject.toml version to be 0.1.xrc1
(example new version will be 0.1.x edit pyproject.toml version to be 0.1.Xdev

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hpc-beeflow"
version = "0.1.8"
version = "0.1.9dev"
description = "A software package for containerizing HPC applications and managing job workflows"


Expand Down

0 comments on commit e6d57f9

Please sign in to comment.