Browse Source

PyPi twine upload

Lutz Roeder 7 năm trước cách đây
mục cha
commit
6c95ac9f7f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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