Skip to content

Commit

Permalink
tried
Browse files Browse the repository at this point in the history
having
the
release
break
on
a
dirty
repo,
but
its
too
late
to
fix
that
..
another
time
  • Loading branch information
kakulukia committed Apr 25, 2020
1 parent b44f6ee commit 01e7fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,5 @@ release: clean ## package and upload a release (working dir must be clean)
4 ) break;; \
* ) echo "Please answer 1-3.";; \
esac \
done
@git push --tags
@python setup.py bdist_wheel && twine upload dist/*
done && git push --tags && python setup.py bdist_wheel && twine upload dist/*

0 comments on commit 01e7fc0

Please sign in to comment.