It seems publishLocalSigned fails on newly created projects, where publishTo is left to its default value (None). Whereas publishLocal is fine. publishTo shouldn't be used, nor required, to publish stuff locally, signed or not.
See this example project, and the steps in its README.
It seems
publishLocalSignedfails on newly created projects, wherepublishTois left to its default value (None). WhereaspublishLocalis fine.publishToshouldn't be used, nor required, to publish stuff locally, signed or not.See this example project, and the steps in its README.