Skip to content

Commit f674687

Browse files
scripts/gh_release.py: fix run of cibuildwheel with separate pymupdfb wheel.
1 parent e6a0877 commit f674687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gh_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ def set_cibuild_test():
448448
# Include MuPDF build-time files.
449449
flavour += 'd'
450450
env_set( 'PYMUPDF_SETUP_FLAVOUR', flavour, pass_=1)
451-
run( f'cibuildwheel{platform_arg}', env_extra)
451+
run( f'cibuildwheel{platform_arg}', env_extra=env_extra)
452452
run( 'echo after {flavour=}')
453453
run( 'ls -l wheelhouse')
454454

0 commit comments

Comments
 (0)