Skip to content

Commit

Permalink
fix: do not remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 26, 2024
1 parent c8eb8d2 commit 4160ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# https://python-semantic-release.readthedocs.io/en/latest/#setting-up-version-numbering
# https://github.com/python-semantic-release/python-semantic-release/blob/v7.33.0/docs/configuration.rst#distributions
[tool.semantic_release]
version_variable = "codeforlife/version.py:__version__"
branch = "main"
upload_to_repository = false
upload_to_release = true
remove_dist = false

[tool.black]
line-length = 80
Expand Down

0 comments on commit 4160ae8

Please sign in to comment.