-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
**Uploaded file locations** | ||
|
||
- Release builds at | ||
https://anaconda.org/multibuild-wheels-staging/numpy/files |
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.
Just noticed that the 1.18.4 wheels there still have .dev0
in the name, so is it also triggered for non-release builds?
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.
Yes, those wheels shouldn't be there and need to be removed. I think they have been triggered by merges to the master branch as the azure configuration currently points to the HEAD of the 1.18.x branch. We probably need to configure the pipeline not to upload on merges as that makes it hard to work on the repo. We should also configure things so that master uploads to the nightly directory when triggered directly.
I think @mattip has permissions to delete those files. We should probably get permissions for a few more folks to raise the bus factor.
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.
I'll go ahead and point the master branch to master and see if that makes a difference.
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.
I also don't know who owns the Azure integration here, I don't see the usual option to remove it.
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.
Now it is building master but still uploading to the wrong directory when triggerd, so that needs fixing. The directory should be made to depend on the branch.
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.
Do you both have anaconda.org accounts/monikers I can add to admin there?
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.
I do have permissions to remove the files, but probably best to give you both access anyway. I'll check back later.
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.
I have an account as charlesr.harris.
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.
Alright, you have admin there now
No description provided.