Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Oct 9, 2023
1 parent ee0e2ae commit f610bb0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
backup-github = "backup_github.main:main"

[tool.semantic_release]
version_variable = [
"pyproject.toml:version"
]
branch = "main"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"

0 comments on commit f610bb0

Please sign in to comment.