Skip to content

Commit a00b904

Browse files
planet.jeroenclaude
andcommitted
Include sgp4 in Windows exe build
Install core[live] extra and add --hidden-import sgp4 so PyInstaller bundles the sgp4 library for CelesTrak live data in the Windows exe. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d1cccb4 commit a00b904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install packages and PyInstaller
7777
run: |
7878
python -m pip install --upgrade pip
79-
pip install ./packages/core ./packages/pro pyinstaller
79+
pip install "./packages/core[live]" ./packages/pro pyinstaller
8080
8181
- name: Build exe
8282
run: >
@@ -85,6 +85,7 @@ jobs:
8585
--onedir
8686
--console
8787
--collect-all humeris
88+
--hidden-import sgp4
8889
--copy-metadata humeris-core
8990
--copy-metadata humeris-pro
9091
packages/core/src/humeris/cli.py

0 commit comments

Comments
 (0)