Преглед изворни кода

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}