Skip to content

Commit

Permalink
Fix updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed May 22, 2024
1 parent c12baf0 commit 981d72f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repository = "https://github.com/pulp/pulp-cli"
glue = true
docs = true
translations = true
main_package = ""
main_package = "common"
binary_dependencies = ""

[tool.towncrier]
Expand Down Expand Up @@ -192,7 +192,6 @@ module = [
]
ignore_missing_imports = true


[tool.bumpversion]
# This section is managed by the cookiecutter templates.
current_version = "0.24.3.dev"
Expand Down Expand Up @@ -220,13 +219,13 @@ replace = "__version__ = \"{new_version}\""

[[tool.bumpversion.files]]
# This section is managed by the cookiecutter templates.
filename = "./pulp-glue/pulp_glue//__init__.py"
filename = "./pulp-glue/pulp_glue/common/__init__.py"
search = "__version__ = \"{current_version}\""
replace = "__version__ = \"{new_version}\""

[[tool.bumpversion.files]]
# This section is managed by the cookiecutter templates.
filename = "./pulpcore/cli//__init__.py"
filename = "./pulpcore/cli/common/__init__.py"
search = "__version__ = \"{current_version}\""
replace = "__version__ = \"{new_version}\""

Expand Down

0 comments on commit 981d72f

Please sign in to comment.