We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a8154e + 5fec128 commit 39d49b2Copy full SHA for 39d49b2
.appveyor.yml
@@ -44,7 +44,7 @@ test_script:
44
- cmd: xcopy "%CONDA_LOC%"\conda-bld\win-64\libgpuarray* pkgs\ /Y
45
- ps: |
46
if($env:appveyor_repo_tag -eq 'True') {
47
- anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1
+ cmd /c "anaconda -t $env:BINSTAR_TOKEN upload --user=mila-udem pkgs/* 2>&1"
48
}
49
50
artifacts:
.circleci/config.yml
@@ -37,4 +37,7 @@ workflows:
37
version: 2
38
build_and_test:
39
jobs:
40
- - build_pkgs
+ - build_pkgs:
41
+ filters:
42
+ tags:
43
+ only: /.*/
0 commit comments