Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
dev:
@pipenv install --dev --pre
@pipenv run pre-commit install

release: clear-builds build distribute

clear-builds:
@rm -rf dist

build:
@pipenv run python -m pip install --upgrade build
@pipenv run python -m build

distribute:
@pipenv run python -m pip install --upgrade twine
@pipenv run python -m twine upload dist/*