Skip to content

Commit 596a22f

Browse files
committed
update pyodide workflow for new pyproject.toml
1 parent 62382d3 commit 596a22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ jobs:
257257
CFLAGS=-g2 LDFLAGS=-g2 pyodide build
258258
- name: Set up Pyodide venv and install dependencies
259259
run: |
260-
pip install --upgrade setuptools pip wheel
261-
python hypothesis-python/setup.py bdist_wheel
260+
pip install --upgrade setuptools pip wheel build
261+
python -m build --wheel hypothesis-python --outdir dist/
262262
pip download --dest=dist/ hypothesis-python/ pytest tzdata # fetch all the wheels
263263
264264
rm dist/packaging-*.whl # fails with `invalid metadata entry 'name'`

0 commit comments

Comments
 (0)