Skip to content

Commit 7fc3350

Browse files
committed
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
1 parent 13e5a79 commit 7fc3350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ environment:
1212
# To generate a new token, we need the permissions:
1313
# - "Allow write access to the API site"
1414
# - "Allow uploads to PyPI repositories"
15-
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN:
16-
secure: CMOhqPqFG0CdbfKNhKW4IAVPRNiTU2QFxHazcIEG+OR3SR7tBL1/fIvpXiRar5Xj
15+
# OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN: this variable has been encrypted
16+
# in the appveyor UI at: https://ci.appveyor.com/project/tylerjereddy/openblas-libs/settings/environment
1717
PYTHON: "C:\\Python37"
1818

1919
# Need for mingw-builds discussed at

0 commit comments

Comments
 (0)