Skip to content

Commit

Permalink
feat: add ability to run pipeline using poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
strixy16 committed Dec 20, 2023
1 parent 7a19b5a commit ced5e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ upload_to_pypi = false # don't auto-upload to PyPI
remove_dist = false # don't remove dists
patch_without_tag = true # patch release by default

[tool.poetry.scripts]
yarea = "yarea.pipeline:main"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit ced5e67

Please sign in to comment.