We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6037cff commit 569f344Copy full SHA for 569f344
.github/workflows/build-wheels-macosx.yml
@@ -102,7 +102,7 @@ jobs:
102
echo "------- BUILD WHEEL --------"
103
build_wheel $REPO_DIR $PLAT
104
echo "------- INSTALL_RUN --------"
105
- install_run $PLAT
+ #install_run $PLAT
106
- name: Upload wheels to release
107
uses: svenstaro/upload-release-action@v2
108
if: github.event_name == 'create'
0 commit comments