Skip to content

Commit

Permalink
Revert "Try force pip to use binary Cython."
Browse files Browse the repository at this point in the history
This reverts commit 80d17a0.
  • Loading branch information
mcmtroffaes committed Sep 4, 2024
1 parent 80d17a0 commit d0d6c8c
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/" --only-binary Cython .
pip wheel -w dist --global-option="build_ext" --global-option="-I$platform/Release/" --global-option="-L$platform/Release/" .
- name: Check files
run: twine check dist/*
- name: Upload wheel
Expand Down

0 comments on commit d0d6c8c

Please sign in to comment.