Skip to content

Commit 51bc934

Browse files
committed
chore: dev env setup
1 parent cc7e995 commit 51bc934

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

Pipfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mkdocs-callouts = "*"
1313
mkdocs-custom-tags-attributes = "*"
1414
pymdown-extensions = "*"
1515
setuptools = "*"
16+
mkdocs-embed-file-plugins = {file = "."}
1617

1718
[dev-packages]
1819

@@ -21,8 +22,8 @@ python_version = "3.12"
2122

2223
[scripts]
2324
black = "black ."
24-
build = "build"
25+
build = "python setup.py sdist bdist_wheel"
2526
upload = "twine upload dist/*"
2627
version="semantic-release version"
2728
publish = "semantic-release publish"
28-
release = "pipenv run version && pipenv run upload && pipenv run publish"
29+
release = "pipenv run version && pipenv run upload && pipenv run publish"

Pipfile.lock

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)