Unverified Commit 0888036a authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .appveyor.yml

parent e1c8821f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ on_success:
- ps:
      $tar_glob = conda build recipe --output;
      Write-Host "tar_glob $tar_glob";
      if ($env:APPVEYOR_REPO_TAG_NAME == "dev") {
      if ($env:APPVEYOR_REPO_TAG_NAME -eq "dev") {
        $anaconda_label = "dev"
      } else {
        $anaconda_label = "main"