We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc48fc commit d12b4b8Copy full SHA for d12b4b8
.github/workflows/python_wheels.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build wheel
44
shell: bash
45
run: |
46
- ${{ matrix.config.base_path }}bin/pip wheel . -w wheel_output/ --global-option --cmake-options="-DSTATIC_LINK_VW_JAVA=On;-DSTD_INV_SQRT=ON;-DPython_INCLUDE_DIR='${{ matrix.config.base_path }}include/${{ matrix.config.include_dir_name }}'" --verbose
+ ${{ matrix.config.base_path }}bin/pip wheel . -w wheel_output/ --global-option --cmake-options="-DSTATIC_LINK_VW_JAVA=On;-DPython_INCLUDE_DIR='${{ matrix.config.base_path }}include/${{ matrix.config.include_dir_name }}'" --verbose
47
auditwheel repair wheel_output/*whl -w audit_output/
48
- name: Upload built wheel
49
uses: actions/upload-artifact@v1
0 commit comments