-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
For #7390.
Re: #7348 (comment), python-pillow/pillow-wheels#156 (comment).
We need to set up a token for Travis CI to be able to upload wheels to this repo's release section.
- Create a GitHub personal access token scoped to this repo.
⚠️ A repo admin needs to do this due to permissions. - Install Travis CLI:
❯ sudo gem install travis --no-document
...
❯ travis --version
Shell completion not installed. Would you like to install it now? |y| y
1.11.1- The next bit is where I got stuck, but try something like this (https://stackoverflow.com/a/76234874/724176):
❯ travis login --github-token GITHUB_PERSONAL_ACCESS_TOKEN
❯ travis setup releases -r python-pillow/Pillow
- Save the new token as
GITHUB_RELEASE_TOKENat https://app.travis-ci.com/github/python-pillow/pillow/settings.