Releasing a New Version
There are four steps to releasing a new version of neps:
- Understand Semantic Versioning
- Update the Package Version
- Commit and Push With a Version Tag
- Update Documentation
- Publish on PyPI
0. Understand Semantic Versioning
We follow the semantic versioning scheme.
1. Update the Package Version and CITATION.cff
and manually change the version specified in CITATION.cff
.
2. Commit with a Version Tag
First commit and test
Then tag and push
3. Update Documentation
First check if the documentation has any issues via
and then looking at it.
Afterwards, publish it via
4. Publish on PyPI
To publish to PyPI:
- Get publishing rights, e.g., asking Danny or Maciej or Neeratyoy.
- Be careful, once on PyPI we can not change things.
- Run
This will ask for your PyPI credentials.