Skip to content

Commit

Permalink
Add packaging and artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo committed Nov 15, 2024
1 parent 92a74eb commit bb92d5c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ build:
# Install dependencies for browser check
- npx playwright install-deps
- python -m jupyterlab.browser_check --allow-root
# Package the extension
- pip install build
- python -m build
artifacts:
paths:
- dist
{% if test %}
test:
Expand Down

0 comments on commit bb92d5c

Please sign in to comment.