File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -245,14 +245,14 @@ def get_bool(name, default=0):
245
245
os .chdir ( pymupdf_dir )
246
246
# Create PyMuPDF sdist.
247
247
run (f'{ sys .executable } setup.py sdist' )
248
- assert glob .glob ('dist/PyMuPDF -*.tar.gz' )
248
+ assert glob .glob ('dist/pymupdf -*.tar.gz' )
249
249
if inputs_flavours :
250
250
# Create PyMuPDFb sdist.
251
251
run (
252
252
f'{ sys .executable } setup.py sdist' ,
253
253
env_extra = dict (PYMUPDF_SETUP_FLAVOUR = 'b' ),
254
254
)
255
- assert glob .glob ('dist/PyMuPDFb -*.tar.gz' )
255
+ assert glob .glob ('dist/pymupdfb -*.tar.gz' )
256
256
257
257
# Build wheels.
258
258
#
@@ -475,7 +475,7 @@ def set_cibuild_test():
475
475
# careful to avoid incompatible wheels, e.g. 32 vs 64-bit wheels
476
476
# coexist during Windows builds.
477
477
#
478
- env_set ('CIBW_BEFORE_TEST' , f'python scripts/gh_release.py pip_install wheelhouse/PyMuPDFb ' )
478
+ env_set ('CIBW_BEFORE_TEST' , f'python scripts/gh_release.py pip_install wheelhouse/pymupdfb ' )
479
479
480
480
set_cibuild_test ()
481
481
You can’t perform that action at this time.
0 commit comments