We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7f386 commit 438aeadCopy full SHA for 438aead
2 files changed
.appveyor.yml
@@ -33,7 +33,4 @@ test_script:
33
- cmd: conda build conda
34
35
deploy_script:
36
- - cmd: |
37
- git describe --exact-match HEAD
38
- if errorlevel 1 exit 0
39
- echo "anaconda upload"
+ - cmd: .ci-support/upload.bat
.ci-support/upload.bat
@@ -0,0 +1,3 @@
1
+git describe --exact-match HEAD
2
+if errorlevel 1 exit 0
3
+echo "anaconda upload"
0 commit comments