Skip to content

Commit e70ade2

Browse files
scripts/gh_release.py: fix ignoring PYMUPDF_SETUP_PY_LIMITED_API on Linux.
We need to add PYMUPDF_SETUP_PY_LIMITED_API to CIBW_ENVIRONMENT_PASS_LINUX.
1 parent 68e4558 commit e70ade2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/gh_release.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,8 @@ def env_set(name, value, pass_=False):
359359
if pass_:
360360
env_pass(name)
361361

362+
env_pass('PYMUPDF_SETUP_PY_LIMITED_API')
363+
362364
if os.environ.get('PYMUPDF_SETUP_LIBCLANG'):
363365
env_pass('PYMUPDF_SETUP_LIBCLANG')
364366

0 commit comments

Comments
 (0)