Skip to content

Commit

Permalink
Adjust package name in build.yml also
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Sep 23, 2024
1 parent 7229b1e commit 44ec9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 44ec9e8

Please sign in to comment.