bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
251 stars 48 forks source link

Release automation #141

Open bryevdv opened 2 years ago

bryevdv commented 2 years ago

@mattpap @philippjfr If someone will write down the steps required to publish this package I will create a manual trigger GH Action similar to the one in the main Bokeh repo

mattpap commented 2 years ago

https://github.com/bokeh/jupyter_bokeh/blob/main/scripts/deploy.sh is what I use, though it requires manual changes to package.json.

bryevdv commented 2 years ago

What changes, just updating the version, or something else?

mattpap commented 2 years ago

Just the version (using the version scheme from README.md).

bryevdv commented 2 years ago

👍 should not be a problem then, I will try to prioritize this and some other testing/automation on this repo in the next few weeks.

bryevdv commented 2 years ago

Noting that we really should be publishing wheels at this point as well

ref: https://github.com/bokeh/jupyter_bokeh/issues/146