Skip to content

Commit

Permalink
Update python-ci-wheel.yml [SKIP-CI]
Browse files Browse the repository at this point in the history
Updates the GitHub action with new swig options.
  • Loading branch information
ahankinson authored Oct 16, 2024
1 parent 8aac867 commit 2640328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2640328

Please sign in to comment.