Skip to content

Commit e392c1e

Browse files
Merge pull request #30 from mindfiredigital/master
Merge master into main
2 parents ec578ed + c187b83 commit e392c1e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)