소스 검색

Remove script

luozhouyang 5 년 전
부모
커밋
dced41514e
2개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  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