Skip to content

Commit

Permalink
wip: crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 2, 2023
1 parent fe71c35 commit 14bf92f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kit.yml
Expand Up @@ -232,10 +232,13 @@ jobs:
pypy3 -m pip install -r requirements/kit.pip
- name: "Build wheel"
env:
DIST_EXTRA_CONFIG: extra.cfg
run: |
# One wheel works for all PyPy versions. PYVERSIONS
# yes, this is weird syntax: https://github.com/pypa/build/issues/202
pypy3 -m build -w -C--build-option=--python-tag -C--build-option=pp38.pp39.pp310
echo -e "[bdist_wheel]\npython_tag=pp38.pp39.pp310" > $DIST_EXTRA_CONFIG
pypy3 -m build -w
- name: "List wheels"
run: |
Expand Down

0 comments on commit 14bf92f

Please sign in to comment.