Skip to content

Commit

Permalink
fixed deploy.md so we won't forget versions again
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <nicpa@dtu.dk>
  • Loading branch information
nicpa-dtu committed Aug 29, 2024
1 parent 078bd6e commit 12134f0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ The procedure will be something like this:

1. Create a new branch for the release (if not already done), the
name will be "bYYYY.SEMESTER".
2. Create an annotated tag for the release "vYYYY.SEMESTER.FIX".
3. Check that PyPi works.
4. Create conda-forge releases. Again, to support multiple releases,
2. Correct the version specifications in these files:

- pyproject.toml
- src/dtumathtools/__init__.py

3. Create an annotated tag for the release "vYYYY.SEMESTER.FIX".
4. Check that PyPi works.
5. Create conda-forge releases. Again, to support multiple releases,
we must employ a branch-structure there. They will be supported for
6 years, then branch-deletion will occur.

0 comments on commit 12134f0

Please sign in to comment.