diff --git a/Makefile b/Makefile index d9c4e5a..cf0388f 100755 --- a/Makefile +++ b/Makefile @@ -45,5 +45,7 @@ release: clean bump push-tag publish publish: @echo "$(OK_COLOR)==> Releasing package ...$(NO_COLOR)" - @rm -rf dist - @python setup.py sdist bdist_wheel register upload + @python setup.py register + @python setup.py sdist upload + @python setup.py bdist_wheel --universal upload + @rm -fr build dist .egg riprova.egg-info diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 92812f0..0000000 --- a/setup.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[bumpversion] -current_version = 0.2.2 - -[bdist_wheel] -universal = 1 -