You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when using l3build upload to upload a package to CTAN, console confirmation is mandatory hence not skippable. This prohibits scripts from uploading to CTAN automatically. This feature, though dangerous and perhaps not recommended, is requested by pgf workflow main.yml.
Since ctanupload has partially exposed to config.lua (partially because not documented yet), I suggest to skip console confirmation if ctanupload is set true, if you decide to allow automatic uploading.
Currently, when using
l3build upload
to upload a package to CTAN, console confirmation is mandatory hence not skippable. This prohibits scripts from uploading to CTAN automatically. This feature, though dangerous and perhaps not recommended, is requested by pgf workflowmain.yml
.Since
ctanupload
has partially exposed toconfig.lua
(partially because not documented yet), I suggest to skip console confirmation ifctanupload
is settrue
, if you decide to allow automatic uploading.l3build/l3build-upload.lua
Lines 73 to 79 in 51151c5
The text was updated successfully, but these errors were encountered: