Skip to content

Commit

Permalink
chore: Update keyrings.alt dependency to be namend keyrings.alt not k…
Browse files Browse the repository at this point in the history
…eyrings-alt
  • Loading branch information
jslorrma committed Aug 25, 2024
1 parent 34c5fb7 commit bbc468c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock

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

8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"keyring>=16.0",
"requests>=2.20.0",
"azure-identity>=1.17.1",
"keyrings-alt>=5.0.2,<6",
"keyrings.alt>=5.0.2,<6",
"pycryptodomex>=3.20.0,<4",
]

Expand Down Expand Up @@ -126,6 +126,12 @@ cmd = "pixi exec hatch build -t wheel -t sdist"
inputs = ["src/**/*", "pyproject.toml"]
outputs = ["dist/*.whl", "dist/*.tar.gz"]

[tool.pixi.feature.dev.tasks.recipe]
# Generate a conda recipe using grayskull
# Usage: pixi run -e dev recipe
cmd = "pixi exec grayskull pypi --strict-conda-forge keyrings.artifacts"
cwd = "recipe"

[tool.pixi.feature.dev.tasks.release]
# Release the project to PyPI using Hatch
# Usage: pixi run -e dev release
Expand Down

0 comments on commit bbc468c

Please sign in to comment.