Skip to content

Commit

Permalink
attempting to only build python 3.12 wheel for windows pyuda CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 5, 2024
1 parent 643b0ae commit 9bbff81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
CIBW_ARCHS: ${{matrix.build-platform[1]}}
CIBW_PLATFORM: windows
CIBW_BUILD: cp*-${{matrix.build-platform[2]}}
CIBW_BUILD: cp312-${{matrix.build-platform[2]}}
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel} --add-path ${{github.workspace}}/install/lib"


Expand Down
8 changes: 4 additions & 4 deletions source/wrappers/python/pyuda/cpyuda/cpyuda.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdef extern from "winsock2.h":
pass
cdef extern from "windows.h":
pass
# cdef extern from "winsock2.h":
# pass
# cdef extern from "windows.h":
# pass
include "handle.pyx"
include "client.pyx"
include "dim.pyx"
Expand Down

0 comments on commit 9bbff81

Please sign in to comment.