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 7f2070d commit 567e7b5Copy full SHA for 567e7b5
Pipfile
@@ -12,13 +12,17 @@ mdx-wikilink-plus = "*"
12
mkdocs-callouts = "*"
13
mkdocs-custom-tags-attributes = "*"
14
pymdown-extensions = "*"
15
-black = "*"
16
-ruff = "*"
+setuptools = "*"
17
18
[dev-packages]
19
20
[requires]
21
-python_version = "3.11"
+python_version = "3.12"
22
23
[scripts]
24
black = "black ."
+build = "build"
25
+upload = "twine upload dist/*"
26
+version="semantic-release version"
27
+publish = "semantic-release publish"
28
+release = "pipenv run version && pipenv run upload && pipenv run publish"
0 commit comments