zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 1 forks source link

Release procedure #27

Open analog-cbarber opened 10 months ago

analog-cbarber commented 10 months ago

When building a release we need to:

  1. update the version appropriate (probably just conda-style, YY.M.patch calver)
  2. update the checked in stdrenames
  3. build wheel and conda package
  4. test before upload
  5. upload pypi
  6. accept merge from conda-forge after it notices pypi change

We should at least document this, but probably also want to create a script and/or make target to do the pre-upload steps.