Skip to content

Commit b148d11

Browse files
committed
2 parents 917c2e4 + b98518e commit b148d11

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,5 @@ coverage: ## check code coverage quickly with the default Python
4646
open htmlcov/index.html
4747

4848
release: clean ## package and upload a release
49-
python setup.py bdist_wheel
49+
python setup.py sdist bdist_wheel
5050
twine upload dist/*
51-
52-
sdist: clean ## package
53-
python setup.py sdist
54-
ls -l dist
55-
56-
bump: ## bump next version + by 0.0.1 patch
57-
bumpversion minor

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ universal = 1
1010

1111
[flake8]
1212
ignore = D203
13-
exclude =
13+
exclude =
1414
drf_sideloading/migrations,
1515
.git,
1616
.tox,

0 commit comments

Comments
 (0)