We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5997 commit 209d090Copy full SHA for 209d090
1 file changed
.github/workflows/connect.yml
@@ -23,10 +23,18 @@ jobs:
23
- name: Install the dependencies
24
run: |
25
python -m pip install -r requirements.txt
26
+
27
- name: Build the JupyterLite site
28
29
cp README.md content
30
jupyter lite build --contents content --output-dir dist
31
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
39
- name: Setup tmate session (copy paste ssh command to connect to runner) # Step to set up tmate session
40
uses: mxschmitt/action-tmate@v3 # Use the action-tmate v3 action
0 commit comments