diff --git a/justfile b/justfile
index 0b80370a2276f08fd6b9f291c534cdfdc88f271a..d3b387124524913cc6e00988071f8614a397eaad 100644
--- a/justfile
+++ b/justfile
@@ -4,10 +4,10 @@ test:
     pytest
 
 release version: test
-	git tag {{version}}
-	git checkout {{version}}
-	git push --tags -f
-	python3 setup.py sdist
-	twine upload dist/pystencils_reco-{{version}}.tar.gz
-	git checkout master
+    git tag {{version}}
+    git checkout {{version}}
+    git push --tags -f
+    python3 setup.py sdist
+    twine upload dist/pystencils_reco-{{version}}.tar.gz
+    git checkout master