Skip to content

Commit

Permalink
Update build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 19, 2024
1 parent 66d5fd0 commit 22712bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Build Wheels
run: |
export CXXFLAGS='-Wno-enum-constexpr-conversion'
export CFLAGS='-Wno-enum-constexpr-conversion'
python3 -m venv venv
source venv/bin/activate
python3 -m pip install --upgrade --upgrade-strategy eager twine cibuildwheel
Expand Down

0 comments on commit 22712bd

Please sign in to comment.