Explorar o código

update makefile

Oz N Tiram %!s(int64=9) %!d(string=hai) anos
pai
achega
9c655c37cf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -66,8 +66,8 @@ docs:
 	xdg-open docs/build/html/index.html
 
 release: clean
-	python setup.py sdist upload
-	python setup.py bdist_wheel upload
+	python setup.py sdist
+	twine upload --skip-existing dist/*
 
 dist: clean
 	python setup.py sdist