Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

add a date to make the dev wheels sortable #84

Merged
merged 1 commit into from
May 5, 2020
Merged

Conversation

mattip
Copy link
Contributor

@mattip mattip commented May 5, 2020

xref pandas-dev/pandas#33968

I didn;t notice that the wheeluploader used for rackspace modifies the wheel name so that later names will be picked up by pip before earlier ones. Since the wheels now have timetags, there should not be collisions so I also removed the --force.

@charris
Copy link
Contributor

charris commented May 5, 2020

I have some other changes to add so that master always gets uploaded to nightly. The relevant bit seems to be

[ "$BUILD_SOURCEBRANCH" == "refs/heads/master" ]; then
...

There is also a

[ "$BUILD_REASON" == "IndividualCI" ]; then

That I would like go use to suppress uploads on merges, but I doubt is works. Do we want to do that?

@mattip
Copy link
Contributor Author

mattip commented May 5, 2020

master always gets uploaded to nightly

Sounds good. Would you like me to add it here?

suppress uploads on merges

We can always just delete the uploaded artifacts. I find it helpful to be able to see what happens with uploading in a PR, which is why I have begun submitting upload-related PRs via this repo rather than my fork

@charris charris merged commit 34c2cda into master May 5, 2020
@charris
Copy link
Contributor

charris commented May 5, 2020

Lets see how this goes. Thanks Matti.

@charris
Copy link
Contributor

charris commented May 5, 2020

The PR build got uploaded without the merge. Not convinced I like that in general.

@charris
Copy link
Contributor

charris commented May 5, 2020

I suppose we can always delete what we don't want.

@charris charris deleted the rename-wheels branch May 6, 2020 12:27
tylerjereddy referenced this pull request in tylerjereddy/scipy-wheels May 30, 2020
* as outlined in MacPythongh-77, downstream projects will have
a hard time automatically downloading our most recently
"nightly" (actually weekly) wheel uploads if we don't
add a timestamp of sorts

* this patch attempts to "borrow" the machinery added by
Matti in `https://github.com/MacPython/numpy-wheels/pull/84`
for this purpose
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants