Skip to content

Commit

Permalink
add script deploy_to_pypi.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Aug 31, 2021
1 parent 5a85a96 commit 7efee37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/deploy_to_pypi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# should be sourced when in einops folder

rm -f build/*
rm -f dist/*
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload dist/*

0 comments on commit 7efee37

Please sign in to comment.