tensorwerk/stockroom

Release management.

Opened this issue · 0 comments

Hey @hhsecond,

A few things:

  • Please add me as a project maintainer to the stockroom PyPi project. My PyPi username is rlizzo. If luca has a PyPi account, please add him as well.

  • You may want to check out my automated release uploader. When a release (or pre-release) is published on Github it build the project and uploads to PyPi (or Test.PyPi for pre-releases). Since this is a pure-python project, you won't need to deal with manylinux or windows compiler, but you can take inspiration from here https://github.com/tensorwerk/hangar-py/blob/master/.github/workflows/release.yml.

  • Do you have any plans to publish on conda-forge? I can write the feedstock for you (I've done it a few times now between VMTK and Hangar).