From 5d69e11362c6cb15c020710562236512d71b890f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Sun, 28 Feb 2021 18:59:48 +0100 Subject: [PATCH] Add jupyter-packaging to publication dependencies --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 895fe13a..5de2df3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install setuptools wheel twine jupyterlab + pip install setuptools wheel twine jupyterlab~=3.0 jupyter_packaging~=0.7.9 - name: Build and publish NPM package if: ${{ startsWith(github.event.release.tag_name, 'npm') }} run: |