diff --git a/justfile b/justfile index ea96296985da519ac46b0a9703610847f5c94bb0..43b111f57e205ad479c5cf1303cd73597a8ea9f8 100644 --- a/justfile +++ b/justfile @@ -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