Skip to content

Commit b0a5564

Browse files
committed
1 parent 201e602 commit b0a5564

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
2323
run: python -m pip install pep517
24+
- name: Evade 'pypa/pep517#74'
25+
run: python -m pip install -U setuptools setuptools-scm pip wheel
26+
if: startsWith(matrix.python-version, 'pypy')
2427
- name: Create packages
2528
run: python -m pep517.build .
2629
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)