Skip to content

Commit

Permalink
fix: Fixes pyproject.toml for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 8, 2023
1 parent 02e5d3c commit 755156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dynamic = ['version']
ExamplePythonConsoleScript = 'example_package.example_module:exampleEntryPoint'

[tool.semantic_release]
version_variables = ["example_package.__init__.py:__version__"]
version_variables = ["example_package/__init__.py:__version__"]
assets = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "angular"
Expand Down Expand Up @@ -71,4 +71,4 @@ env = "GH_TOKEN"

[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]
upload_to_vcs_release = true
upload_to_vcs_release = true

0 comments on commit 755156b

Please sign in to comment.