Skip to content

Commit 209d090

Browse files
fix tatemate
1 parent 92f5997 commit 209d090

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/connect.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ jobs:
2323
- name: Install the dependencies
2424
run: |
2525
python -m pip install -r requirements.txt
26+
2627
- name: Build the JupyterLite site
2728
run: |
2829
cp README.md content
2930
jupyter lite build --contents content --output-dir dist
3031
32+
- name: Copy wheel
33+
run: cp dist/files/pynapple-0.8.5-py3-none-any.whl dist/extensions/@jupyterlite/pyodide-kernel-extension/static/pypi/.
34+
35+
- name: Edit all.json
36+
run: python scripts/add_pynapple_to_json.py
37+
38+
3139
- name: Setup tmate session (copy paste ssh command to connect to runner) # Step to set up tmate session
3240
uses: mxschmitt/action-tmate@v3 # Use the action-tmate v3 action

0 commit comments

Comments
 (0)