Procházet zdrojové kódy

Fix Python dist folder

Lutz Roeder před 6 roky
rodič
revize
2ca841b6f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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