Skip to content

Commit 567e7b5

Browse files
committed
chore(pip): add pip/pyproject
1 parent 7f2070d commit 567e7b5

File tree

3 files changed

+167
-136
lines changed

3 files changed

+167
-136
lines changed

Pipfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ mdx-wikilink-plus = "*"
1212
mkdocs-callouts = "*"
1313
mkdocs-custom-tags-attributes = "*"
1414
pymdown-extensions = "*"
15-
black = "*"
16-
ruff = "*"
15+
setuptools = "*"
1716

1817
[dev-packages]
1918

2019
[requires]
21-
python_version = "3.11"
20+
python_version = "3.12"
2221

2322
[scripts]
2423
black = "black ."
24+
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

Comments
 (0)