Skip to content

Commit 040a802

Browse files
authored
fix: fix typo in version_variable (#130)
Fix "error: [Errno 2] No such file or directory: 'django-object-actions/init.py'" error when creating a release
1 parent f43fd11 commit 040a802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ build-backend = "poetry.core.masonry.api"
3939
[tool.semantic_release]
4040
branch = "master"
4141
version_toml = "pyproject.toml:tool.poetry.version"
42-
version_variable = "django-object-actions/__init__.py:__version__"
42+
version_variable = "django_object_actions/__init__.py:__version__"
4343
build_command = "pip install poetry && poetry build"

0 commit comments

Comments
 (0)