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

Fix justfile

parent 42272a49
Branches
No related merge requests found
Pipeline #22264 failed with stage
in 1 minute and 28 seconds
......@@ -8,7 +8,7 @@ release version: test
git checkout {{version}}
git push --tags -f
python3 setup.py sdist
twine upload dist/pystencils_autodiff-{{version}}.tar.gz
twine upload dist/pyronn-torch-{{version}}.tar.gz
git checkout master
wheel_release version: test
......@@ -16,5 +16,5 @@ wheel_release version: test
git checkout {{version}}
git push --tags -f
python3 setup.py bdist_wheel
twine upload dist/pystencils_autodiff-{{version}}-cp37-cp37m-linux_x86_64.whl
twine upload dist/pyronn-torch-{{version}}-cp37-cp37m-linux_x86_64.whl
git checkout master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment