Skip to content

Commit 9c3018e

Browse files
author
Matevz Morato
committed
Fix source distribution
1 parent 68cd2ac commit 9c3018e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ jobs:
346346

347347
- name: Building source distribution
348348
run: |
349+
/opt/python/cp38-cp38/bin/python3.8 -m pip install --upgrade setuptools wheel
349350
/opt/python/cp38-cp38/bin/python3.8 setup.py sdist --formats=gztar
350351
mv dist/* wheelhouse/audited/
351352
- name: Build wheels

0 commit comments

Comments
 (0)