Explorar el Código

Update conda env name

luozhouyang hace 5 años
padre
commit
0b20a901ba
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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/*