We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c67fad commit 50efe5aCopy full SHA for 50efe5a
Makefile
@@ -62,7 +62,7 @@ dist: clean ## build python package ditribution
62
twine check dist/*
63
64
release: clean dist ## package and upload a release
65
- twine upload
+ twine upload dist/*
66
67
syncdb: ## apply all migrations and load fixtures
68
python manage.py migrate
0 commit comments