-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
CI Use Travis secret tokens to upload the ARM64 wheels #19017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure but maybe it is better to use WDYT? |
I think cron is correct in this context as it is the nightly wheel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I defined the SCIKIT_LEARN_NIGHTLY_UPLOAD_TOKEN
and SCIKIT_LEARN_STAGING_UPLOAD_TOKEN
in the travis-ci.com/scikit-learn/scikit-learn settings.
They are only available on builds that run for the main repo, not builds triggered by PR from github forks.
Forgot to add |
The travis build on master is happening here: https://github.com/scikit-learn/scikit-learn/runs/1594416532 (fingers crossed). |
The Linux aarch64 wheels are online: https://anaconda.org/scikit-learn-wheels-staging/scikit-learn/files \o/ |
Reference Issues/PRs
See #18782 (comment).
What does this implement/fix? Explain your changes.
This PR uses the
Travis
secret tokens to upload the ARM64 wheels to Anaconda cloud.Any other comments?
I have used the same approach that the
numpy
wheel builder.CC @thomasjpfan and @ogrisel.