luozhouyang 5 роки тому
батько
коміт
dced41514e
2 змінених файлів з 0 додано та 18 видалено
  1. 0 9
      upload.sh
  2. 0 9
      upload_test.sh

+ 0 - 9
upload.sh

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-conda activate python-string-similarity
-python3 setup.py sdist bdist_wheel
-twine upload dist/*
-
-rm -rf build
-rm -rf dist
-rm -rf *.egg-info

+ 0 - 9
upload_test.sh

@@ -1,9 +0,0 @@
-#!/usr/bin/env bash
-
-conda activate python-string-similarity
-python3 setup.py sdist bdist_wheel
-twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
-rm -rf build
-rm -rf dist
-rm -rf *.egg-info