Ver Fonte

PyPi twine upload

Lutz Roeder há 7 anos atrás
pai
commit
6c95ac9f7f
1 ficheiros alterados com 4 adições e 1 exclusões
  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