Skip to content

Commit 8996d5c

Browse files
authored
Temporarily disable cloudsmith test (astral-sh#11581)
We've run into a ratelimit, disable the test until that's bumped.
1 parent c91ee82 commit 8996d5c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/publish/test_publish.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}
157157
all_targets: dict[str, TargetConfiguration] = local_targets | {
158158
"pypi-trusted-publishing": TargetConfiguration(

0 commit comments

Comments
 (0)