Skip to content
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

Freeze package .whl versions somehow #620

Open
BradyAJohnston opened this issue Sep 24, 2024 · 0 comments
Open

Freeze package .whl versions somehow #620

BradyAJohnston opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BradyAJohnston
Copy link
Owner

Currently every time we run build.py, even if on the same version, some of the installed versions update. This can break things if we are storing the versions in the blender_manifest.toml and that moves between computers, on a new computer the build script has to be run again to ensure the built .whl files are of the same version.

This should probably be cached / snapshot more strictly, ensuring the shipped .whl versions are remaining the same and only change between minor version changes not patches.

@BradyAJohnston BradyAJohnston added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant