Merge pull request #222 from python-pillow/update-gh-releases-key

Update GH Releases key
This commit is contained in:
Andrew Murray 2021-09-16 08:03:30 +10:00 committed by GitHub
commit 741ae4ef19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,8 +67,7 @@ script:
# Upload wheels to GitHub Releases
deploy:
provider: releases
api_key:
secure: $GITHUB_RELEASE_TOKEN
api_key: $GITHUB_RELEASE_TOKEN
file_glob: true
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
on: