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 8356fbd commit 9279461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
inputs_wheels_linux_pyodide: 1
inputs_wheels_implementations: b
run:
sudo apt-get install python3-distutils && python scripts/gh_release.py build
python scripts/gh_release.py build


# Upload generated wheels, to be accessible from github Actions page.
Expand Down
2 changes: 2 additions & 0 deletions gh_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ def pyodide_setup(clean=False):
command += f' && echo "### creating venv {venv_pyodide}"'
command += f' && {sys.executable} -m venv {venv_pyodide}'
command += f' && . {venv_pyodide}/bin/activate'
command += f' && echo "### upgrading pip ..."'
command += f' && python3.12 -m ensurepip --upgrade'
command += f' && echo "### running pip install ..."'
command += f' && echo "### installing setuptools ..."'
command += f' && python -m pip install --upgrade pip wheel setuptools==70.0.0'
Expand Down

0 comments on commit 9279461

Please sign in to comment.