diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6bb095b1679..3472514e27a 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -300,13 +300,13 @@ jobs: tags: '^[^@]+$|@mandatory' os: ubuntu-latest ipywidgetsVersion: '' - - jupyterConnection: remote - python: python - pythonVersion: '3.10' - packageVersion: 'prerelease' - tags: '^[^@]+$|@mandatory' - os: ubuntu-latest - ipywidgetsVersion: '' + # - jupyterConnection: remote + # python: python + # pythonVersion: '3.10' + # packageVersion: 'prerelease' + # tags: '^[^@]+$|@mandatory' + # os: ubuntu-latest + # ipywidgetsVersion: '' - jupyterConnection: web python: python pythonVersion: '3.10' @@ -340,13 +340,13 @@ jobs: os: ubuntu-latest ipywidgetsVersion: '' # Pre-Release Versions - - jupyterConnection: raw - python: python - pythonVersion: '3.10' - packageVersion: 'prerelease' - tags: '^[^@]+$|@mandatory|@kernelCore|@python|@jupyter' - os: ubuntu-latest - ipywidgetsVersion: '' + # - jupyterConnection: raw + # python: python + # pythonVersion: '3.10' + # packageVersion: 'prerelease' + # tags: '^[^@]+$|@mandatory|@kernelCore|@python|@jupyter' + # os: ubuntu-latest + # ipywidgetsVersion: '' # Without Python - jupyterConnection: raw python: noPython diff --git a/package-lock.json b/package-lock.json index 40b41660754..39f616ec0b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jupyter", - "version": "2024.10.0", + "version": "2024.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jupyter", - "version": "2024.10.0", + "version": "2024.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2bc5692b3eb..2b454c328a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jupyter", "displayName": "Jupyter", - "version": "2024.10.0", + "version": "2024.11.0", "description": "Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.", "publisher": "ms-toolsai", "author": {