Skip to content

Commit

Permalink
Try fix Cython issue on Python 3.12 via --no-deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 4, 2024
1 parent d0d6c8c commit 7219db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
dir cddlib/lib-src/
if ("${{ matrix.architecture }}" -eq "x86") { $platform = "Win32" } else { $platform = "x64" }
mkdir dist -Force
pip wheel -w dist --global-option="build_ext" --global-option="-I$platform/Release/" --global-option="-L$platform/Release/" .
pip wheel -w dist --global-option="build_ext" --global-option="-I$platform/Release/" --global-option="-L$platform/Release/" --no-deps .
- name: Check files
run: twine check dist/*
- name: Upload wheel
Expand Down

0 comments on commit 7219db2

Please sign in to comment.