Skip to content

Commit 5caee4f

Browse files
author
Matevz Morato
committed
Fix source distribution
1 parent 14ffdb9 commit 5caee4f

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
@@ -396,6 +396,7 @@ jobs:
396396

397397
- name: Building source distribution
398398
run: |
399+
/opt/python/cp38-cp38/bin/python3.8 -m pip install --upgrade setuptools wheel
399400
/opt/python/cp38-cp38/bin/python3.8 setup.py sdist --formats=gztar
400401
mv dist/* wheelhouse/audited/
401402
- name: Build wheels

0 commit comments

Comments
 (0)