File tree 2 files changed +6
-0
lines changed
mkpkg/template/.github/workflows
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
22
22
run : python -m pip install pep517
23
+ - name : Evade 'pypa/pep517#74'
24
+ run : python -m pip install -U setuptools setuptools-scm pip wheel
25
+ if : startsWith(matrix.python-version, 'pypy')
23
26
- name : Create packages
24
27
run : python -m pep517.build .
25
28
- uses : actions/upload-artifact@master
Original file line number Diff line number Diff line change 20
20
python-version : ${{ matrix.python-version }}
21
21
- name : Install dependencies
22
22
run : python -m pip install pep517
23
+ - name : Evade 'pypa/pep517#74'
24
+ run : python -m pip install -U setuptools setuptools-scm pip wheel
25
+ if : startsWith(matrix.python-version, 'pypy')
23
26
- name : Create packages
24
27
run : python -m pep517.build .
25
28
- uses : actions/upload-artifact@master
You can’t perform that action at this time.
0 commit comments