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.
2 parents ec578ed + c187b83 commit e392c1eCopy full SHA for e392c1e
pyproject.toml
@@ -0,0 +1,24 @@
1
+
2
+[build-system]
3
+requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=6.0"]
4
+build-backend = "setuptools.build_meta"
5
6
+[tool.setuptools_scm]
7
+version_scheme = "post-release"
8
+local_scheme = "no-local-version"
9
10
+[tool.semantic_release]
11
+version_source = "tag"
12
+upload_to_pypi = true
13
+commit = false
14
+push = false
15
16
+[tool.semantic_release.release_groups]
17
+default = { branches = ["release-main"] }
18
19
+[tool.semantic_release.publish]
20
+repository = "pypi"
21
22
+[tool.semantic_release.options]
23
+patch_without_tag = false
24
+allowed_tags = "(a|alpha|b|beta|rc)"
0 commit comments