瀏覽代碼

update makefile

Oz N Tiram 9 年之前
父節點
當前提交
9c655c37cf
共有 1 個文件被更改,包括 2 次插入2 次删除
  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