There was an error while loading. Please reload this page.
1 parent 3fd5527 commit 72f9d75Copy full SHA for 72f9d75
1 file changed
.github/workflows/build_wheels.yml
@@ -70,7 +70,8 @@ jobs:
70
echo "BASE=$BASE"
71
mv "$WHEEL" "dist/$BASE"
72
echo "RENAMED_WHEEL=dist/$BASE" >> $GITHUB_ENV
73
-
+ - name: Install setuptools
74
+ run: python -m pip install setuptools
75
- name: Compile .py to .pyc inside the wheel
76
run: python -m pyc_wheel "$RENAMED_WHEEL"
77
0 commit comments