Skip to content
Open
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
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo -e "$(python changelog.py $1)\n$(cat CHANGELOG)" > CHANGELOG
git add setup.py docs/conf.py CHANGELOG
git commit -m "Release $1"
git tag $1
python setup.py sdist
python -m build
twine upload dist/django_autocomplete_light-${1/-/}.tar.gz
git push origin master $1

Expand Down