Skip to content

Release instructions

Rory Yorke edited this page Jul 9, 2022 · 3 revisions

Information about releasing new versions of Slycot.

Tag the relevant release as vMAJOR.MINOR.PATCH. Add release notes in Github (see template at end).

Upload source to PyPI (see below). Notify conda-forge packagers (see https://github.com/conda-forge/slycot-feedstock/).

PyPI

To upload a new version to PyPI, you need to use twine. See Python packaging tutorial for information on how to do this.

Release notes

Release notes are written in Markdown, and follow the template below.

Highlights and important notes

New features

Fixes

Build

Testing

Other changes

Pull requests and issues associated with the release

PRs merged: # Issues fixed: # Issues closed ("wont-fix"): #

Clone this wiki locally