Skip to content

Commit

Permalink
chore: build pyodide wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Jun 7, 2024
1 parent 00e540b commit 091338a
Show file tree
Hide file tree
Showing 2 changed files with 743 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build_pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,21 @@ jobs:
fail-fast: false

steps:
- name: Upload custom gh_release.py
uses: actions/upload-artifact@v2
with:
name: gh_release.py
path: gh_release.py

- uses: actions/checkout@v2
with:
repository: pymupdf/PyMuPDF

# - name: Override gh_release.py
# run: |
# echo "Replacing scripts/gh_release.py with custom file"
# cp gh_release.py scripts/gh_release.py
- name: Override gh_release.py
uses: actions/download-artifact@v2
with:
name: gh_release.py
path: scripts

- uses: actions/setup-python@v4
with:
Expand Down
Loading

0 comments on commit 091338a

Please sign in to comment.