Skip to content

Commit

Permalink
chore: Update pyodide to version 0.26.1 and fix build path for pyodid…
Browse files Browse the repository at this point in the history
…e tarball
  • Loading branch information
kamilrybacki committed Jul 14, 2024
1 parent 6d59073 commit e7cc386
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyterlite/static/pyodide-0.26.1.tar.bz2 filter=lfs diff=lfs merge=lfs -text
6 changes: 1 addition & 5 deletions .github/workflows/build-jupyterlite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,11 @@ jobs:
lite \
build \
--output-dir ${{ env.BUILD_OUTPUT_DIRECTORY }} \
--pyodide="https://github.com/pyodide/pyodide/releases/download/0.26.1/pyodide-0.26.1.tar.bz2"
--pyodide="jupyterlite/static/pyodide-0.26.1.tar.bz2"
## Patch the build
python patch.py
- name: Migrate .whl files to Github LFS
run: |
git lfs migrate import \
--include="*.whl"
- name: Push
uses: s0/git-publish-subdir-action@develop
env:
Expand Down
3 changes: 3 additions & 0 deletions jupyterlite/static/pyodide-0.26.1.tar.bz2
Git LFS file not shown

0 comments on commit e7cc386

Please sign in to comment.