scikit-build / scikit-ci-addons

Command line tool and a set of scripts useful to help drive CI
http://scikit-ci-addons.readthedocs.org/
Apache License 2.0
6 stars 9 forks source link

Document the fact setting APPVEYOR_API_TOKEN is required to use publish_github_release #47

Closed jcfr closed 2 years ago

jcfr commented 7 years ago

Currently:

Cancelling 'queued' AppVeyor build(s) associated with tag matching [^latest(-tmp)?$]
ci_addons : C:\python27-x64\lib\site-packages\appveyor\cancel-queued-build.ps1 : 
At line:2 char:1
+ ci_addons publish_github_release commontk/applauncher       `
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\python27-x64...ed-build.ps1 : :String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

'APPVEYOR_API_TOKEN' environment variable is NOT set
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorExcep 
   tion
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio 
   n,cancel-queued-build.ps1

Updating prerelease package keep pattern [*<COMMIT_SHORT_SHA>*]