浏览代码

Update conda env name

luozhouyang 5 年之前
父节点
当前提交
0b20a901ba
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      upload.sh
  2. 1 1
      upload_test.sh

+ 1 - 1
upload.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 
 
-conda activate strsim
+conda activate python-string-similarity
 python3 setup.py sdist bdist_wheel
 python3 setup.py sdist bdist_wheel
 twine upload dist/*
 twine upload dist/*
 
 

+ 1 - 1
upload_test.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
 
 
-conda activate strsim
+conda activate python-string-similarity
 python3 setup.py sdist bdist_wheel
 python3 setup.py sdist bdist_wheel
 twine upload --repository-url https://test.pypi.org/legacy/ dist/*
 twine upload --repository-url https://test.pypi.org/legacy/ dist/*