File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 path : dist/*.tar.gz
165165
166166 pypy :
167- name : " Build PyPy wheels "
167+ name : " Build PyPy wheel "
168168 runs-on : ubuntu-latest
169169 steps :
170170 - name : " Check out the repo"
@@ -179,12 +179,11 @@ jobs:
179179 run : |
180180 pypy3 -m pip install -r requirements/kit.pip
181181
182- - name : " Build wheels "
182+ - name : " Build wheel "
183183 run : |
184+ # One wheel works for all PyPy versions.
184185 # yes, this is weird syntax: https://github.com/pypa/build/issues/202
185- pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp36"
186- pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp37"
187- pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp38"
186+ pypy3 -m build -w -C="--global-option=--python-tag" -C="--global-option=pp36.pp37.pp38"
188187
189188 - name : " List wheels"
190189 run : |
You can’t perform that action at this time.
0 commit comments