Skip to content

Commit

Permalink
build: Add poe script to bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed May 21, 2024
1 parent b83d1bd commit 4b29cee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

perSystem = {pkgs, ...}: {
devenv.shells.default = {
packages = with pkgs; [pre-commit maturin];
packages = with pkgs; [pre-commit poethepoet maturin];

languages = {
python = {
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ asv = "^0.4.2"
virtualenv = "^20.13.2"
devtools = "^0.10.0"


[tool.poetry.group.version.dependencies]
tomlkit = "^0.12.5"

[tool.poetry.extras]
mark = ["banana-hep", "sqlalchemy", "pandas", "matplotlib"]
box = ["rich", "click"]
Expand Down Expand Up @@ -124,6 +128,7 @@ asv-publish = "asv publish --config benchmarks/asv.conf.json"
asv-show = "asv show --config benchmarks/asv.conf.json"
asv-clean = { "shell" = "rm -rf benchmarks/env benchmarks/html benchmarks/results" }
asv = ["asv-run", "asv-publish", "asv-preview"]
bump-version = "python crates/bump-versions.py"

[tool.pytest.ini_options]
testpaths = ['tests/', 'benchmarks/']
Expand Down

0 comments on commit 4b29cee

Please sign in to comment.