Skip to content

Commit

Permalink
chore: bump to python-semantic-release/python-semantic-release@v7.34.6
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 27, 2023
1 parent 68d229e commit 4a7f5a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env:
REPORTS_DIR: CI_reports
DIST_DIR: dist
DIST_ARTIFACT: python-dist
PYTHON_SEMANTIC_RELEASE_VERSION: "7.33.2"
PYTHON_SEMANTIC_RELEASE_VERSION: "7.34.6"
PYTHON_VERSION_DEFAULT: "3.11"
POETRY_VERSION: "1.4.1"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_SEMANTIC_RELEASE_VERSION: "7.33.2"
PYTHON_VERSION_DEFAULT: "3.11"
POETRY_VERSION: "1.4.1"

Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_variable = [
"pyproject.toml:version"
]
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html
# currently running in CI: v7.34.6
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
version_toml = "pyproject.toml:tool.poetry.version"
branch = "main"
upload_to_pypi = true
upload_to_release = true
Expand Down

0 comments on commit 4a7f5a1

Please sign in to comment.