Skip to content

Commit

Permalink
Misc updates post release [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Aug 27, 2024
1 parent 97c8e46 commit da3beaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@

# Publish the release

- [ ] ["Draft a new release"](https://github.com/euroargodev/argopy/releases/new) on GitHub.
Choose a release tag v0.X.Y, fill in the release title and click on the `Auto-generate release notes` button.
This will trigger the [publish Github action](https://github.com/euroargodev/argopy/blob/master/.github/workflows/pythonpublish.yml) that will push the release on [Pypi](https://pypi.org/project/argopy/#history).
- [ ] Last check the ``./setup.py`` file version of the release and that the [documentation is ready](https://readthedocs.org/projects/argopy/builds/)
- [ ] Publish !
- [ ] ["Create a new release"](https://github.com/euroargodev/argopy/releases/new) on GitHub.
Choose a release tag v0.X.Y, fill in the release title and click on the `Auto-generate release notes` button. Once ready, publish the release. This will trigger the [publish Github action](https://github.com/euroargodev/argopy/blob/master/.github/workflows/pythonpublish.yml) that will push the release on [Pypi](https://pypi.org/project/argopy/#history).
- [ ] Checkout on [Pypi](https://pypi.org/project/argopy/#history) and [Conda](https://github.com/conda-forge/argopy-feedstock/pulls) that the new release is distributed.

[![Publish on pypi](https://github.com/euroargodev/argopy/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/euroargodev/argopy/actions/workflows/pythonpublish.yml)
Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ What's New
|pypi dwn| |conda dwn|


v0.1.16 (26 Aug. 2024)
v0.1.16 (27 Aug. 2024)
----------------------

**Features and front-end API**
Expand Down

0 comments on commit da3beaa

Please sign in to comment.