From 264032803f0fc94607309d396dbbd719a843ef3d Mon Sep 17 00:00:00 2001 From: Andrew Hankinson Date: Wed, 16 Oct 2024 12:41:51 +0200 Subject: [PATCH] Update python-ci-wheel.yml [SKIP-CI] Updates the GitHub action with new swig options. --- .github/workflows/python-ci-wheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci-wheel.yml b/.github/workflows/python-ci-wheel.yml index 76ec5155fb6..be78f567159 100644 --- a/.github/workflows/python-ci-wheel.yml +++ b/.github/workflows/python-ci-wheel.yml @@ -108,7 +108,7 @@ jobs: CIBW_MANYLINUX_I686_IMAGE: manylinux2014 CIBW_BEFORE_ALL_MACOS: brew update && brew install swig CIBW_BEFORE_ALL_WINDOWS: choco install swig -f -y - CIBW_BEFORE_BUILD: swig -version && bash -c 'cd tools; ./get_git_commit.sh' && swig -c++ -python -py3 ./bindings/python/verovio.i + CIBW_BEFORE_BUILD: swig -version && bash -c 'cd tools; ./get_git_commit.sh' && swig -c++ -python -py3 -fastproxy -olddefs ./bindings/python/verovio.i #===============================================# # Check build