Skip to content

Commit

Permalink
fix(ci): sed, don't repair
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 2, 2024
1 parent 8d1e35a commit f4c0798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,13 @@ jobs:

- name: 🛠️ Use VTK-Python Libs
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sed -i 's/DVIENNALS_BUILD_PYTHON=ON"/\0,"-DVIENNALS_VTK_PYTHON_LIBS=ON"/g' pyproject.toml
run: sed -i.bak 's/DVIENNALS_BUILD_PYTHON=ON"/\0,"-DVIENNALS_VTK_PYTHON_LIBS=ON"/g' pyproject.toml

- name: 🏗️ Build Wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_REPAIR_WHEEL_COMMAND: ""

- name: 📦 Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f4c0798

Please sign in to comment.