浏览代码

Fix Python dist folder

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

+ 1 - 1
Makefile

@@ -72,7 +72,7 @@ publish_python:
 	python3 ./setup.py build --version bdist_wheel
 	python3 -m pip install --user keyring
 	python3 -m pip install --user twine
-	twine upload build/dist/*
+	twine upload dist/dist/*
 
 publish_github_electron:
 	@[ -d node_modules ] || npm install