File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Create a new version
22# ------------------------------------------------------------------------------
33version-patch :
4- uv run semantic-release publish --patch
4+ uv run semantic-release version --patch
55
66version-minor :
7- uv run semantic-release publish --minor
7+ uv run semantic-release version --minor
88
99version-major :
10- uv run semantic-release publish --major
10+ uv run semantic-release version --major
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ Homepage = "https://github.com/systemallica/python-redsys"
2929
3030[dependency-groups ]
3131dev = [
32- " mypy>=1.6.1,<2 " ,
33- " pre-commit>=3.5.0,<4 " ,
34- " pytest>=8.3.5,<9 " ,
35- " pytest-cov>=5,<8 " ,
36- " python-semantic-release>=7.34.6,<8 " ,
37- " ruff>=0.12.0,<1 " ,
32+ " mypy>=2.1.0 " ,
33+ " pre-commit>=4.6.0 " ,
34+ " pytest>=9.1.1 " ,
35+ " pytest-cov>=7.1.0 " ,
36+ " python-semantic-release>=10.5.3 " ,
37+ " ruff>=0.15.19 " ,
3838]
3939
4040[tool .uv .build-backend ]
@@ -55,14 +55,15 @@ indent-style = "space"
5555force-single-line = true
5656
5757[tool .semantic_release ]
58- version_variable = [
58+ version_variables = [
5959 " redsys/__init__.py:__version__" ,
6060]
6161version_toml = [" pyproject.toml:project.version" ]
62- upload_to_pypi = true
63- upload_to_release = true
6462build_command = " uv build"
6563
64+ [tool .semantic_release .publish ]
65+ upload_to_vcs_release = true
66+
6667[build-system ]
6768requires = [" uv_build>=0.11.24,<0.12" ]
6869build-backend = " uv_build"
You can’t perform that action at this time.
0 commit comments