Skip to content

Commit

Permalink
chore: configure semantic release (#37)
Browse files Browse the repository at this point in the history
* chore: configure semantic release
  • Loading branch information
patrk authored Apr 22, 2024
1 parent b48b919 commit fb248f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,9 @@ version_variable = [
]
upload_to_pypi = "false"
upload_to_release = true
build_command = "pip install poetry && poetry build"

[tool.semantic_release.branches.main]
match = "(main)"
[tool.semantic_release.remote.token]
env = "GH_TOKEN"

[tool.semantic_release.remote.token]
env = "GH_TOKEN"

[build-system]
requires = ["poetry-core>=1.9"]
Expand Down

0 comments on commit fb248f6

Please sign in to comment.