Skip to content

Commit 4b8ef84

Browse files
committed
1 parent ac6000e commit 4b8ef84

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
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')
2326
- name: Create packages
2427
run: python -m pep517.build .
2528
- uses: actions/upload-artifact@master

mkpkg/template/.github/workflows/packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
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')
2326
- name: Create packages
2427
run: python -m pep517.build .
2528
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)