Skip to content

Commit

Permalink
ci: point right version_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
siemdejong committed Oct 1, 2024
1 parent 0b4e8a0 commit b0279b1
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 @@ -57,7 +57,7 @@ namespaces = false
shithappens = ["opensans/fonts/ttf/*.ttf", "images/*.png", "locales/*/LC_MESSAGES/*.mo"]

[tool.semantic_release]
version_variable = "pyproject.toml:version" # version location
version_variables = ["pyproject.toml:version"] # version location
build_command = "pip install build && python -m build"
assets = []
build_command_env = []
Expand Down

0 comments on commit b0279b1

Please sign in to comment.