-
Notifications
You must be signed in to change notification settings - Fork 27
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
Nighly wheels generation #77
Comments
Another alternative: build wheels each time master is changed, which would not require a cron job. Why keep 7 daily wheels? A single one is enough in my opinion. |
I believe you mean publish ... because wheels are already built each time master is modified. |
Can you please provide links? I cannot find daily wheels for these projects. |
You can find some here: I did not find any discussion on the strategy for keeping so many so I am curious. I don't find this very responsible either. I like the idea of storing them on GH because we can delete them which is not possible on PyPi (to be checked for conda but that would mean an other infrastructure) I therefore propose to continue on GH and decide on the strategy:
|
These wheels are not hosted on GH, why mimic these projects? Unless there is a valid reason for keeping older wheels, the simplest solution is to only keep the latest one. |
Did I say that we should mimic those projects? I am just wondering why those projects are keeping such a long history ... these are not small projects! |
Yes. When I asked why you want to keep several wheels, you replied that other projects do so. [...]
That does not make sense to me, it is in contradiction with your proposal to keep only 7 wheels. |
I would like to close this one. I need from @fteicht the strategy he would like to implement. I see two options between releases:
Both can be implemented. Option 2 is simpler from an end-user stand point since you don't have to choose a file (you will automatically pick the latest one) a downside is that if it is buggy you cannot get back to the previous one, Option 1 is a bit more difficult for the user in case of multiple nightlys between 2 releases. Proposed name for the wheels is
|
Nightly wheels have been implemented, this issue can be closed. |
🚀 Feature
Modify/create action to generate nighlly wheels
Motivation
New releases usually happen few times a year. It might be tedious for users to build themselves a release to benefit from new features. Having nightly releases would help close that gap.
Pitch
master
has changed a release (set of wheels) is generatedAlternatives
Release more often :)
Additional context
None
The text was updated successfully, but these errors were encountered: