更新 .github/workflows/build_jlext.yml

This commit is contained in:
2024-04-12 18:15:44 +08:00
parent 83f7565414
commit fa041968ad

View File

@@ -67,7 +67,7 @@ jobs:
- name: Package the extension - name: Package the extension
run: | run: |
set -eux set -eux
jlpm
jlpm run build jlpm run build
python -m build python -m build
pip uninstall -y "${{ inputs.extension-name }}" jupyterlab pip uninstall -y "${{ inputs.extension-name }}" jupyterlab