mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
Merge pull request #222 from python-pillow/update-gh-releases-key
Update GH Releases key
This commit is contained in:
commit
741ae4ef19
|
@ -67,8 +67,7 @@ script:
|
||||||
# Upload wheels to GitHub Releases
|
# Upload wheels to GitHub Releases
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key: $GITHUB_RELEASE_TOKEN
|
||||||
secure: $GITHUB_RELEASE_TOKEN
|
|
||||||
file_glob: true
|
file_glob: true
|
||||||
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
|
file: "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user