Skip to content

Commit 72f9d75

Browse files
committed
Build wheels: install setuptools
1 parent 3fd5527 commit 72f9d75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
echo "BASE=$BASE"
7171
mv "$WHEEL" "dist/$BASE"
7272
echo "RENAMED_WHEEL=dist/$BASE" >> $GITHUB_ENV
73-
73+
- name: Install setuptools
74+
run: python -m pip install setuptools
7475
- name: Compile .py to .pyc inside the wheel
7576
run: python -m pyc_wheel "$RENAMED_WHEEL"
7677

0 commit comments

Comments
 (0)