Parcourir la source

Remove script

luozhouyang il y a 5 ans
Parent
commit
dced41514e
2 fichiers modifiés avec 0 ajouts et 18 suppressions
  1. 0 9
      upload.sh
  2. 0 9
      upload_test.sh

+ 0 - 9
upload.sh

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-conda activate python-string-similarity
-python3 setup.py sdist bdist_wheel
-twine upload dist/*
-
-rm -rf build
-rm -rf dist
-rm -rf *.egg-info

+ 0 - 9
upload_test.sh

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-conda activate python-string-similarity
-python3 setup.py sdist bdist_wheel
-twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
-rm -rf build
-rm -rf dist
-rm -rf *.egg-info