Skip to content

Commit

Permalink
New commands to verify sources and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Feb 2, 2025
1 parent 70a7dd5 commit 76e35ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ security-check = "pdm run make security-check"
benchmarks = "pdm run make benchmarks"
requirements = "pdm run make requirements.txt"
version = "pdm run make print-version"
verify-sources = "pdm run make verify"
verify-packages = " pdm run make verify-packages-completeness"

[tool.setuptools]
packages = ["ols"]
Expand Down

0 comments on commit 76e35ed

Please sign in to comment.