Open damianavila opened 1 year ago
Thank for starting the discussion @damianavila Yes, happy to add more workforce on the repo to ensure a smooth transition to notebook v7 while supporting the current notebook/nbclassic users.
cc/ @RRosio
Sure, this would be fantastic and is surely most welcome from my side.
Given the previous agreement from @juhasch, I have added @echarles @RRosio and @ericsnekbytes to the repo with write access.
I do not have access to the PyPI stuff, so pinging @juhasch and @jcb91, so they can provide you all with that specific access.
I do not have access to the PyPI stuff, so pinging @juhasch and @jcb91, so they can provide you all with that specific access.
@juhasch, can you please provide access to @echarles and others so they can effectively do a new release? Thanks!!
Hi @damianavila, sure. @echarles: What is you Pypi user name ?
Hi @damianavila, my pypi username is datalayer
. Can you share and link here the commands to make a release?. I see https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/releases/ is populated, are you uploading the release manually.
@RRosio @ericsnekbytes It would be great to have you on pypi, can you also share you pypi username?
Thank you for the ping @echarles! My PyPI username is RRosio
.
My pypi username is ericsnekbytes, thanks!
On Mon, May 1, 2023, 1:37 AM Rosio @.***> wrote:
Thank you for the ping @echarles https://github.com/echarles! My PyPI username is RRosio.
— Reply to this email directly, view it on GitHub https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/issues/146#issuecomment-1529371870, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY7OVSKMBP6JJQGXIG4WQBLXD5DZTANCNFSM6AAAAAASCHPFXM . You are receiving this because you were mentioned.Message ID: <Jupyter-contrib/jupyter_nbextensions_configurator/issues/146/1529371870@ github.com>
@echarles : To upload to PyPi I use twine
, so basically:
python setup.py bdist_wheel
twine upload dist/*
You need a token from PyPi for this and use __token__
as username for the upload.
Thank you so much @juhasch. I have just released version 0.6.2. We can leave this open a bit more, but very happy to have more people on board to ease the maintenance of this project.
This package is important for a lot of users and it would be nice to have a quick iteration in the fixes and releases going forward. This is particularly important in the transition toward notebook v7. More details about the migration can be found at https://github.com/jupyter/notebook-team-compass/issues/5.
@echarles (alongside with @RReys, @ericsnekbytes) expressed interest to join forces and help in the maintenance of this package (meaning also giving access to the GitHub repo and PyPI).
@juhasch @jcb91, WDTY about that? Thanks!!