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 45719a2
Showing 1 changed file with 2 additions and 0 deletions.
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' && python -m pip install --upgrade pip'
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 45719a2

Please sign in to comment.