We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a21840 commit 0b20a90Copy full SHA for 0b20a90
upload.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-conda activate strsim
+conda activate python-string-similarity
4
python3 setup.py sdist bdist_wheel
5
twine upload dist/*
6
upload_test.sh
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
0 commit comments