Skip to content

Commit

Permalink
fix: update semantic release options
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Oct 8, 2023
1 parent 46a7342 commit 28a8988
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 @@ -93,7 +93,7 @@ changelog_file = "CHANGELOG.md"
build_command = "poetry build"
dist_path = "dist"
upload_to_repository = false
upload_to_release = true
upload_to_release = false
remove_dist = false
version_toml = ["pyproject.toml:tool.poetry.version"]
version_variable = ["src/poetry_plugin_dotenv/__init__.py:__version__"]
Expand Down

0 comments on commit 28a8988

Please sign in to comment.