We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a0877 commit f674687Copy full SHA for f674687
scripts/gh_release.py
@@ -448,7 +448,7 @@ def set_cibuild_test():
448
# Include MuPDF build-time files.
449
flavour += 'd'
450
env_set( 'PYMUPDF_SETUP_FLAVOUR', flavour, pass_=1)
451
- run( f'cibuildwheel{platform_arg}', env_extra)
+ run( f'cibuildwheel{platform_arg}', env_extra=env_extra)
452
run( 'echo after {flavour=}')
453
run( 'ls -l wheelhouse')
454
0 commit comments