Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tonisvain committed Oct 28, 2024
2 parents 917c2e4 + b98518e commit b148d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
open htmlcov/index.html

release: clean ## package and upload a release
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*

sdist: clean ## package
python setup.py sdist
ls -l dist

bump: ## bump next version + by 0.0.1 patch
bumpversion minor
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ universal = 1

[flake8]
ignore = D203
exclude =
exclude =
drf_sideloading/migrations,
.git,
.tox,
Expand Down

0 comments on commit b148d11

Please sign in to comment.