Skip to content
Snippets Groups Projects
Commit 0cba0d6e authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Fix indentation of justfile

parent d21899f0
No related branches found
No related tags found
No related merge requests found
...@@ -4,10 +4,10 @@ test: ...@@ -4,10 +4,10 @@ test:
pytest pytest
release version: test release version: test
git tag {{version}} git tag {{version}}
git checkout {{version}} git checkout {{version}}
git push --tags -f git push --tags -f
python3 setup.py sdist python3 setup.py sdist
twine upload dist/pystencils_autodiff-{{version}}.tar.gz twine upload dist/pystencils_autodiff-{{version}}.tar.gz
git checkout master git checkout master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment