-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Binary installers no longer attached to Github releases #9700
Comments
Hi @michaelstepner Those binaries were not official, please see #9627 (comment) |
Ah, looks like we need to update our plack in the readme too, reopening |
@michaelstepner If you need direct links, you could use ones from dvc.org, e.g. |
@efiop the download link on dvc.org works great. Two comments/requests:
|
One other note @efiop: it seems that the releases linked on dvc.org are not automatically synced with the latest version released on Github. Right now, the version history on Github is:
Perhaps that's intentional behaviour so that you stagger releases to the public? But if not, you might wish to incorporate an update to dvc.org links as part of your CD pipeline. If you'd like me to open Issues with feature requests for any of the items I've mentioned here, let me know. |
Github releases happen before packages are available. Doesn't seem reasonable to do that at this point, from what I can see. Also note that those packages are really completely separate from the main github project (same as conda/snap/brew/etc), so a product release (which includes packages) is really on dvc.org and not on our github.
They are not, dvc.org is updated only when all packages are available for a certain version (usually happens within a few days). |
@michaelstepner Regarding caching, we do indeed preserve old versions. If you were able to download some version once - you will be able to download it later. That being said, I don't know what kind setup requirements you might have in your particular case, maybe it would make sense to cache it yourself somewhere as well. |
Thanks for clarifying @efiop, I'll use the dvc.org links going forward. |
Bug Report
Binaries no longer attached to release
Description
For all releases until dvc v3.1.0, the tagged release on Github had binary installers attached as assets:
For releases since then (v3.2.0 onward), no binary assets are attached:
Reproduce
View dvc releases page.
Expected
I hope this regression was unintentional, and there will be interest in restoring the versioned binary installers associated with each release.
In my own experience, these installers are very useful for CI/CD environments. It is helpful to pin to a specific version and test upgrades before deploying. I'm sure other users have other uses as well.
The text was updated successfully, but these errors were encountered: