Separate Python packagers

[GitHub #79]
This commit is contained in:
Aoran Zeng
2024-09-13 19:17:51 +08:00
parent 3ff2376351
commit 48cefa1b1d
8 changed files with 199 additions and 176 deletions

View File

@@ -58,7 +58,7 @@ pl_python_pdm_setsrc (char *option)
else
cmd = xy_2strjoin ("pdm config --global pypi.url ", source.url);
chsrc_run (cmd, RunOpt_Default);
chsrc_run (cmd, RunOpt_No_Last_New_Line);
chsrc_conclude (&source, ChsrcTypeAuto);
}