Skip to content

Commit

Permalink
chore: dev env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 25, 2023
1 parent cc7e995 commit 51bc934
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ mkdocs-callouts = "*"
mkdocs-custom-tags-attributes = "*"
pymdown-extensions = "*"
setuptools = "*"
mkdocs-embed-file-plugins = {file = "."}

[dev-packages]

Expand All @@ -21,8 +22,8 @@ python_version = "3.12"

[scripts]
black = "black ."
build = "build"
build = "python setup.py sdist bdist_wheel"
upload = "twine upload dist/*"
version="semantic-release version"
publish = "semantic-release publish"
release = "pipenv run version && pipenv run upload && pipenv run publish"
release = "pipenv run version && pipenv run upload && pipenv run publish"
54 changes: 29 additions & 25 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51bc934

Please sign in to comment.