Skip to content

Commit

Permalink
Upload extension only for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Oct 23, 2023
1 parent 97ba7f1 commit 4577c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Upload extension packages
uses: actions/upload-artifact@v3
if: ${{ matrix.python-version == '3.10' }}
with:
name: extension-artifacts
path: dist/jupyterlab_git*
Expand Down

0 comments on commit 4577c58

Please sign in to comment.