jupyterlab-lsp icon indicating copy to clipboard operation
jupyterlab-lsp copied to clipboard

GitHub release artifacts are not separate for jupyter-lsp and jupyterlab-lsp

Open lahwaacz opened this issue 5 months ago • 0 comments

Both jupyter-lsp-2.2.4.tar.gz and (jupyterlab-lsp) v5.1.0.tar.gz release artifacts have precisely the same structure - they include the whole git repository at the point of the release.

On the other hand, the jupyter-lsp-2.2.4.tar.gz file on PyPI contains just the python_packages/jupyter_lsp directory and jupyterlab-lsp-5.1.0.tar.gz on PyPI contains just the python_packages/jupyterlab_lsp directory.

Can you clarify what is the point of each different source release? What happens when I build a package from the top level directory of the git repository? Does it build both Python packages at once? Is there anything else being built?

lahwaacz avatar Mar 23 '24 17:03 lahwaacz