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 48580fc commit a1f17beCopy full SHA for a1f17be
pyproject.toml
@@ -96,3 +96,8 @@ test-coverage = [
96
]
97
build = {cmd="python -m build"}
98
check = ["lint", "test"]
99
+
100
+release = [
101
+ { cmd = "python -m build" },
102
+ { cmd = "twine upload --skip-existing dist/*" },
103
+]
setup.cfg
@@ -87,6 +87,7 @@ develop =
87
poethepoet<1
88
pip-review<2 # Use `pip-review --local --interactive` to upgrade outdated packages.
89
ruff<0.7;python_version>='3.7'
90
+ twine<6
91
92
93
[options.packages.find]
0 commit comments