We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a244739 commit 20d3c59Copy full SHA for 20d3c59
.github/workflows/ci.yml
@@ -70,4 +70,3 @@ jobs:
70
with:
71
github_token: ${{ secrets.GH_TOKEN }}
72
pypi_token: ${{ secrets.PYPI_TOKEN }}
73
- version_source: tag
pyproject.toml
@@ -30,6 +30,6 @@ pytest = "*"
30
31
[tool.semantic_release]
32
branch = "main"
33
+version_source = "tag_only"
34
version_toml = "pyproject.toml:tool.poetry.version"
-version_variable = "setup.py:__version__"
35
build_command = "pip install poetry && poetry build"
setup.py
0 commit comments