Revert "Temporarily disable cloudsmith test" (#11590)

Cloudsmith increased our limit, we can test on cloudsmith again.

This reverts commit f675c119dd.
This commit is contained in:
konsti 2025-02-18 10:00:09 +01:00 committed by GitHub
parent 204f46fc83
commit 929e7c3ad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,11 +148,11 @@ local_targets: dict[str, TargetConfiguration] = {
"https://codeberg.org/api/packages/astral-test-user/pypi",
"https://codeberg.org/api/packages/astral-test-user/pypi/simple/",
),
# "cloudsmith": TargetConfiguration(
# "astral-test-token",
# "https://python.cloudsmith.io/astral-test/astral-test-1/",
# "https://dl.cloudsmith.io/public/astral-test/astral-test-1/python/simple/",
# ),
"cloudsmith": TargetConfiguration(
"astral-test-token",
"https://python.cloudsmith.io/astral-test/astral-test-1/",
"https://dl.cloudsmith.io/public/astral-test/astral-test-1/python/simple/",
),
}
all_targets: dict[str, TargetConfiguration] = local_targets | {
"pypi-trusted-publishing": TargetConfiguration(