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 35acf00
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 @@ -84,7 +84,7 @@ jobs:

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

- name: 🛠️ Use VTK-Python Libs
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand All @@ -94,6 +94,7 @@ jobs:
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 35acf00

Please sign in to comment.