We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62382d3 commit 596a22fCopy full SHA for 596a22f
.github/workflows/main.yml
@@ -257,8 +257,8 @@ jobs:
257
CFLAGS=-g2 LDFLAGS=-g2 pyodide build
258
- name: Set up Pyodide venv and install dependencies
259
run: |
260
- pip install --upgrade setuptools pip wheel
261
- python hypothesis-python/setup.py bdist_wheel
+ pip install --upgrade setuptools pip wheel build
+ python -m build --wheel hypothesis-python --outdir dist/
262
pip download --dest=dist/ hypothesis-python/ pytest tzdata # fetch all the wheels
263
264
rm dist/packaging-*.whl # fails with `invalid metadata entry 'name'`
0 commit comments