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

Fix justfile

parent 42272a49
No related branches found
No related tags found
No related merge requests found
Pipeline #22264 failed
...@@ -8,7 +8,7 @@ release version: test ...@@ -8,7 +8,7 @@ release version: test
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/pyronn-torch-{{version}}.tar.gz
git checkout master git checkout master
wheel_release version: test wheel_release version: test
...@@ -16,5 +16,5 @@ wheel_release version: test ...@@ -16,5 +16,5 @@ wheel_release version: test
git checkout {{version}} git checkout {{version}}
git push --tags -f git push --tags -f
python3 setup.py bdist_wheel 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 git checkout master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment