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