Skip to content

Commit

Permalink
Update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
melund committed Dec 5, 2023
1 parent 6ba1722 commit e923763
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
52 changes: 52 additions & 0 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install = "pip install ."
clean-build = "rm -rf build dist"
build = {cmd="python -m build . --sdist"}
pipy-upload = {cmd="twine upload dist/*"}
release = {cmd="", depends_on=["clean-build", "build", "pipy-upload"]}
release = {cmd="", depends_on=["test", "clean-build", "build", "pipy-upload"]}


[dependencies]
Expand Down

0 comments on commit e923763

Please sign in to comment.