Explorar el Código

Remove script

luozhouyang hace 5 años
padre
commit
dced41514e
Se han modificado 2 ficheros con 0 adiciones y 18 borrados
  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