Update GH Releases key

This commit is contained in:
Hugo van Kemenade 2021-09-15 16:39:03 +03:00 committed by GitHub
parent f72da91f77
commit edb4da2579
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: