4141 python -m pip install .[test]
4242
4343 jupyter labextension list
44- jupyter labextension list 2>&1 | grep -ie "floating-chat.*OK"
44+ jupyter labextension list 2>&1 | grep -ie "jupyter- floating-chat.*OK"
4545 python -m jupyterlab.browser_check
4646
4747 - name : Package the extension
@@ -50,13 +50,13 @@ jobs:
5050
5151 pip install build
5252 python -m build
53- pip uninstall -y "floating_chat " jupyterlab
53+ pip uninstall -y "jupyter_floating_chat " jupyterlab
5454
5555 - name : Upload extension packages
5656 uses : actions/upload-artifact@v4
5757 with :
5858 name : extension-artifacts
59- path : dist/floating_chat *
59+ path : dist/jupyter_floating_chat *
6060 if-no-files-found : error
6161
6262 test_isolated :
@@ -79,11 +79,11 @@ jobs:
7979 sudo rm -rf $(which node)
8080 sudo rm -rf $(which node)
8181
82- pip install "jupyterlab>=4.0.0,<5" floating_chat *.whl
82+ pip install "jupyterlab>=4.0.0,<5" jupyter_floating_chat *.whl
8383
8484
8585 jupyter labextension list
86- jupyter labextension list 2>&1 | grep -ie "floating-chat.*OK"
86+ jupyter labextension list 2>&1 | grep -ie "jupyter- floating-chat.*OK"
8787 python -m jupyterlab.browser_check --no-browser-test
8888
8989 integration-tests :
@@ -109,7 +109,7 @@ jobs:
109109 - name : Install the extension
110110 run : |
111111 set -eux
112- python -m pip install "jupyterlab>=4.0.0,<5" floating_chat *.whl
112+ python -m pip install "jupyterlab>=4.0.0,<5" jupyter_floating_chat *.whl
113113
114114 - name : Install dependencies
115115 working-directory : ui-tests
@@ -141,7 +141,7 @@ jobs:
141141 if : always()
142142 uses : actions/upload-artifact@v4
143143 with :
144- name : floating_chat -playwright-tests
144+ name : jupyter_floating_chat -playwright-tests
145145 path : |
146146 ui-tests/test-results
147147 ui-tests/playwright-report
0 commit comments