| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,10 +30,12 @@ jobs: | |||
| 30 | 30 | run: | | |
| 31 | 31 | python -m pip install --upgrade pip | |
| 32 | 32 | python -m pip install -e .[all] | |
| 33 | - make clean | ||
| 34 | 33 | ||
| 35 | 34 | - name: Build wheels | |
| 36 | 35 | run: python -m cibuildwheel --output-dir wheelhouse | |
| 36 | + env: | ||
| 37 | + # disable repair | ||
| 38 | + CIBW_REPAIR_WHEEL_COMMAND: "" | ||
| 37 | 39 | ||
| 38 | 40 | - uses: actions/upload-artifact@v3 | |
| 39 | 41 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments