Skip to content

Commit 0b20a90

Browse files
committed
Update conda env name
1 parent 9a21840 commit 0b20a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
conda activate strsim
3+
conda activate python-string-similarity
44
python3 setup.py sdist bdist_wheel
55
twine upload dist/*
66

upload_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
conda activate strsim
3+
conda activate python-string-similarity
44
python3 setup.py sdist bdist_wheel
55
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
66

0 commit comments

Comments
 (0)