Skip to content

Commit

Permalink
ci(pyproject.yaml): fix semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Feb 10, 2023
1 parent bd58274 commit daaea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
major_on_zero = false
version_variable = ['eyepy/__init__.py:__version__']
version_variable = ['src/eyepy/__init__.py:__version__']
version_toml = "pyproject.toml:tool.poetry.version"
version_pattern = ["CITATION.cff:v(\\d+\\.\\d+\\.\\d+)"]
upload_to_pypi = true
Expand Down

0 comments on commit daaea19

Please sign in to comment.