From 44ec9e8d04a54fb187e560d79bf89c27acbf0af6 Mon Sep 17 00:00:00 2001 From: Lia Domide Date: Mon, 23 Sep 2024 17:21:23 +0300 Subject: [PATCH] Adjust package name in build.yml also --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2e3379..91b75e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: extension-artifacts-${{ matrix.python-version }} - path: dist/tvbextunicore* + path: dist/tvb_ext_unicore* if-no-files-found: error sonar_cloud: @@ -122,7 +122,7 @@ jobs: sudo rm -rf $(which node) sudo rm -rf $(which node) - pip install "jupyterlab>=4.0.0,<5" tvbextunicore*.whl + pip install "jupyterlab>=4.0.0,<5" tvb_ext_unicore*.whl jupyter server extension list 2>&1 | grep -ie "tvbextunicore.*OK" jupyter labextension list 2>&1 | grep -ie "tvb-ext-unicore.*OK"