spacetelescope / jdaviz

JWST astronomical data analysis tools in the Jupyter platform
https://jdaviz.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
142 stars 74 forks source link

Decide how to distribute prebuilt/standalone executables #2405

Open rosteen opened 1 year ago

rosteen commented 1 year ago

Now that the standalone builds are working in CI again, we need to decide how we want to distribute these executables when we release a new version. Possible answers: host on Box and link from the documentation, or possibly expose the files somehow on the Jdaviz Github or PyPi pages.

kecnry commented 1 year ago

It would be great to include in the "assets" of a release on GitHub (see the 3.6.2 release entry, for example), but I'm not sure the best way to work that into the release procedures.

pllim commented 1 year ago

For end users, it probably makes more sense to link to the installers from https://jdaviz.readthedocs.io/en/latest/installation.html

But you don't want to upload that to RTD, so maybe Box would work but hard to automate (might need ITSD to assign API key and so on and they might say no).