Skip to content

Commit 50efe5a

Browse files
committed
fixing twine upload makefile target
1 parent 6c67fad commit 50efe5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dist: clean ## build python package ditribution
6262
twine check dist/*
6363

6464
release: clean dist ## package and upload a release
65-
twine upload
65+
twine upload dist/*
6666

6767
syncdb: ## apply all migrations and load fixtures
6868
python manage.py migrate

0 commit comments

Comments
 (0)