Skip to content

Commit

Permalink
fix: semantic release configs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Essi committed Nov 7, 2023
1 parent 9089fe1 commit 50a844d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ version_variable = [
"zotero2readwise/__init__.py:__version__",
"pyproject.toml:version"
]
branch = "master"
upload_to_repository = true
upload_to_release = true
build_command = "pip install poetry && poetry build"

[tool.semantic_release.remote.token]
env = "GH_TOKEN" # default env name containing the GitHub Token

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit 50a844d

Please sign in to comment.