Pārlūkot izejas kodu

minor change in the deployment script

Dimitri Korsch 4 gadi atpakaļ
vecāks
revīzija
12ca309f68
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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}