소스 검색

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
 
-conda activate strsim
+conda activate python-string-similarity
 python3 setup.py sdist bdist_wheel
 twine upload dist/*
 

+ 1 - 1
upload_test.sh

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