Loading .appveyor.yml +3 −1 Original line number Diff line number Diff line Loading @@ -31,9 +31,10 @@ on_success: - cd ../ - conda build -q recipe/ - ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq "") { $tar_glob = conda build recipe --output; Write-Host "tar_glob $tar_glob"; if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq "") { if ($env:APPVEYOR_REPO_BRANCH -eq "dev") { $anaconda_label = "dev" } else { $anaconda_label = "main" Loading @@ -42,3 +43,4 @@ on_success: $parameters = '-t', "$env:CONDA_UPLOAD_TOKEN", 'upload', "$tar_glob", '-l', "$anaconda_label", '--force', '--no-progress'; & cmd /c 'anaconda 2>&1' $parameters; }; Loading
.appveyor.yml +3 −1 Original line number Diff line number Diff line Loading @@ -31,9 +31,10 @@ on_success: - cd ../ - conda build -q recipe/ - ps: if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq "") { $tar_glob = conda build recipe --output; Write-Host "tar_glob $tar_glob"; if ($env:APPVEYOR_PULL_REQUEST_NUMBER -eq "") { if ($env:APPVEYOR_REPO_BRANCH -eq "dev") { $anaconda_label = "dev" } else { $anaconda_label = "main" Loading @@ -42,3 +43,4 @@ on_success: $parameters = '-t', "$env:CONDA_UPLOAD_TOKEN", 'upload', "$tar_glob", '-l', "$anaconda_label", '--force', '--no-progress'; & cmd /c 'anaconda 2>&1' $parameters; };