Skip to content

Commit

Permalink
introduce circus install from testpypi my release hack
Browse files Browse the repository at this point in the history
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
  • Loading branch information
agoscinski committed Jan 24, 2025
1 parent dd05038 commit 7e8756c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
'alembic~=1.2',
'archive-path~=0.4.2',
"asyncssh~=2.19.0",
'circus~=0.18.0',
'circus~=0.19.0',
'click-spinner~=0.1.8',
'click~=8.1',
'disk-objectstore~=1.2',
Expand Down Expand Up @@ -517,3 +517,11 @@ commands = molecule {posargs:test}

[tool.uv]
required-version = ">=0.5.20"

[[tool.uv.index]]
explicit = true
name = "testpypi"
url = "https://test.pypi.org/simple/"

[tool.uv.sources]
circus = {index = "testpypi"}
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e8756c

Please sign in to comment.