diff --git a/justfile b/justfile index 88127a679601f1f66da13b4df0a1ccc4bcbd484c..c599908afc76fe51b73232bc9a4640dff194797e 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_autodiff-{{version}}.tar.gz - git checkout master + git tag {{version}} + git checkout {{version}} + git push --tags -f + python3 setup.py sdist + twine upload dist/pystencils_autodiff-{{version}}.tar.gz + git checkout master