Parcourir la source

Update conda env name

luozhouyang il y a 5 ans
Parent
commit
0b20a901ba
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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/*