From a6a46cece9b4b35a736f13912c56a682ae7441db Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Sep 2021 21:40:50 +0100 Subject: [PATCH] removed pypi updater as it is in the actions --- update_pip.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 update_pip.sh diff --git a/update_pip.sh b/update_pip.sh deleted file mode 100644 index 3dec71f..0000000 --- a/update_pip.sh +++ /dev/null @@ -1,19 +0,0 @@ - -#install required packages -pip3 install bump -pip3 install setuptools -pip3 install twine - -#clean up old versions -rm -r .eggs -rm -r dist -rm -r neutronics_material_maker.egg-info/ - -# increase version umber in setup.py -bump - -# create distribution -python setup.py sdist - -#upload to pypi -twine upload dist/* --verbose