Skip to content

Commit 6d5f5fa

Browse files
WHL: ensure wheels get compiled C++ (#153)
1 parent a81f911 commit 6d5f5fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Build wheels python 3.10 - 3.14
126126
uses: pypa/cibuildwheel@v3.3.1
127127
env:
128+
PYTHON_SGP4_COMPILE: always
128129
# if adding python 3.15, just add cp315-*
129130
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
130131
CIBW_BUILD_VERBOSITY: 0

0 commit comments

Comments
 (0)