bokeh / jupyter_bokeh

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

Add jupyter_bokeh to PyPI #82

Closed philippjfr closed 4 years ago

philippjfr commented 4 years ago

Would be great if we could upload jupyter_bokeh to PyPI now that it has been announced in the bokeh release blog.

mattpap commented 4 years ago

I forgot about this. I had an issue with PyPI token when doing last release.

bryevdv commented 4 years ago

Should be in the 1pass. LMK if I can help with anything.

bryevdv commented 4 years ago

This is done. The issue was that the current token is narrowly scoped to just the "bokeh" project. So it could not be used to upload anything else. I made a temp all-access token and used that to do the first upload. Now we should make a new token scoped to just this project.

FYI for uploading to pypi, need to use:

twine upload -u __token__ -p <token> <file>