mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
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:
parent
204f46fc83
commit
929e7c3ad9
1 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue