diff --git a/pyproject.toml b/pyproject.toml index bc74148ab..dbfc8880a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -424,16 +424,6 @@ select = [ 'RUF' # ruff ] -[tool.uv] - -[tool.uv.sources] -circus = { index = "testpypi" } - -[[tool.uv.index]] -name = "testpypi" -url = "https://test.pypi.org/simple/" -explicit = true - [tool.tox] legacy_tox_ini = """ [tox] @@ -519,3 +509,13 @@ passenv = AIIDA_TEST_WORKERS commands = molecule {posargs:test} """ + +[tool.uv] + +[[tool.uv.index]] +explicit = true +name = "testpypi" +url = "https://test.pypi.org/simple/" + +[tool.uv.sources] +circus = {index = "testpypi"}