소스 검색

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