Skip to content

Commit af2d53d

Browse files
authored
Merge pull request #19 from MacPython/treddy_appveyor_token_test
MAINT: encrypt upload token directly in Appveyor UI
2 parents 13e5a79 + 7fc3350 commit af2d53d

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)