File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
path : dist/*.tar.gz
165
165
166
166
pypy :
167
- name : " Build PyPy wheels "
167
+ name : " Build PyPy wheel "
168
168
runs-on : ubuntu-latest
169
169
steps :
170
170
- name : " Check out the repo"
@@ -179,12 +179,11 @@ jobs:
179
179
run : |
180
180
pypy3 -m pip install -r requirements/kit.pip
181
181
182
- - name : " Build wheels "
182
+ - name : " Build wheel "
183
183
run : |
184
+ # One wheel works for all PyPy versions.
184
185
# 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"
188
187
189
188
- name : " List wheels"
190
189
run : |
You can’t perform that action at this time.
0 commit comments