File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier.
2- _commit : 1.11.13
2+ _commit : 1.11.14
33_src_path : gh:pawamoy/copier-uv
44author_email : dev@pawamoy.fr
55author_fullname : Timothée Mazzucotelli
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def publish(ctx: Context) -> None:
157157 """Publish source and wheel distributions to PyPI."""
158158 if not Path ("dist" ).exists ():
159159 ctx .run ("false" , title = "No distribution files found" )
160- dists = [str (dist ) for dist in Path ("dist" ).iterdir () if dist .suffix in (".tar. gz" , ".whl" )]
160+ dists = [str (dist ) for dist in Path ("dist" ).iterdir () if dist .suffix in (".gz" , ".whl" )]
161161 ctx .run (
162162 tools .twine .upload (* dists , skip_existing = True ),
163163 title = "Publishing distributions to PyPI" ,
You can’t perform that action at this time.
0 commit comments