From 7fc3350d86e89f91b91d43537e4cc4e913c3b50f Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Thu, 20 Feb 2020 10:10:09 -0700 Subject: [PATCH] MAINT: collab token update * OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN is now encrypted directly in the appveyor UI at: https://ci.appveyor.com/project/tylerjereddy/openblas-libs/settings/environment * this approach is used instead of pasting an encrypted env variable directly in the yml file, which seems to have stricter requirements in terms of ownership of the associated GitHub project --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 33b75ac9..267272af 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,8 @@ environment: # To generate a new token, we need the permissions: # - "Allow write access to the API site" # - "Allow uploads to PyPI repositories" - OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: - secure: CMOhqPqFG0CdbfKNhKW4IAVPRNiTU2QFxHazcIEG+OR3SR7tBL1/fIvpXiRar5Xj + # OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: this variable has been encrypted + # in the appveyor UI at: https://ci.appveyor.com/project/tylerjereddy/openblas-libs/settings/environment PYTHON: "C:\\Python37" # Need for mingw-builds discussed at