소스 검색

minor change in the deployment script

Dimitri Korsch 4 년 전
부모
커밋
12ca309f68
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deploy_latest.sh

+ 1 - 1
deploy_latest.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-current_version=$(python -c "import cvfinetune; print(cvfinetune.__version__)")
+current_version=$(python setup.py -V)
 
 REPO=${REPO:-pypi}