Skip to content

Commit

Permalink
Update README for release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed Dec 5, 2024
1 parent 70f1d19 commit a49a6ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ pip install fractal-faim-ipa

## Adding tasks to Fractal server
You can add these Fractal tasks to a server by using the pypi installation and specifying the task name fractal-faim-ipa

## Making releases
1. Merge PR into main
2. Locally checkout main
3. Tag the release: git tag v0.4.3
4. Push the tag to Github: git push origin v0.4.3

The github workflow will then publish this release to PyPI & create a Github release with the corresponding whl file.

0 comments on commit a49a6ed

Please sign in to comment.