浏览代码

PyPi twine upload

Lutz Roeder 7 年之前
父节点
当前提交
6c95ac9f7f
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Makefile

+ 4 - 1
Makefile

@@ -42,7 +42,10 @@ start:
 publish_pip:
 	@[ -d node_modules ] || npm install
 	rm -rf ./build/python
-	python ./setup.py build --version bdist_wheel upload
+	python ./setup.py build --version bdist_wheel
+	python install --user keyring
+	python install --user twine
+	twine upload build/python/dist/*
 
 publish_github_electron:
 	@[ -d node_modules ] || npm install