Browse Source

Remove script

luozhouyang 5 năm trước cách đây
mục cha
commit
dced41514e
2 tập tin đã thay đổi với 0 bổ sung18 xóa
  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