diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0ddb84f..eeda3fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,11 +9,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | - python -m pip install -U jupyterlab~=3.6 setuptools twine build + python -m pip install -U "jupyterlab>=4.0.0,<5" setuptools twine build - name: Build package run: |