File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ def index_declaration(self) -> str | None:
148148 "https://codeberg.org/api/packages/astral-test-user/pypi" ,
149149 "https://codeberg.org/api/packages/astral-test-user/pypi/simple/" ,
150150 ),
151- "cloudsmith" : TargetConfiguration (
152- "astral-test-token" ,
153- "https://python.cloudsmith.io/astral-test/astral-test-1/" ,
154- "https://dl.cloudsmith.io/public/astral-test/astral-test-1/python/simple/" ,
155- ),
151+ # "cloudsmith": TargetConfiguration(
152+ # "astral-test-token",
153+ # "https://python.cloudsmith.io/astral-test/astral-test-1/",
154+ # "https://dl.cloudsmith.io/public/astral-test/astral-test-1/python/simple/",
155+ # ),
156156}
157157all_targets : dict [str , TargetConfiguration ] = local_targets | {
158158 "pypi-trusted-publishing" : TargetConfiguration (
You can’t perform that action at this time.
0 commit comments