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

Fix indentation in justfile

parent d5db7c75
Branches
Tags release/0.3.0
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_reco-{{version}}.tar.gz twine upload dist/pystencils_reco-{{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