-
Notifications
You must be signed in to change notification settings - Fork 167
Releasing a New Version
Pavlin Poličar edited this page Feb 15, 2023
·
4 revisions
- Bump the version in
version.py
- Commit changes and create a new tag prefixed with
v
, e.g.v0.1.2.
- Push to Github - the tag should trigger a
Release
job on Azure - On Azure, go to Pipelines > Release (name of pipeline), open build, click on
...
at top right and selectRelease
- Verify that all the files have been uploaded to PyPi
- After a while, the conda-forge bot will automatically detect the new package on PyPi and open a PR, which just needs to be merged