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

Check for local wheel updates when re-locking #100

Open
neilmehta24 opened this issue Dec 17, 2024 · 0 comments
Open

Check for local wheel updates when re-locking #100

neilmehta24 opened this issue Dec 17, 2024 · 0 comments

Comments

@neilmehta24
Copy link
Member

I have run into a problem with the following workflow:

  • Create local wheel with a unique version, and update the lock file
  • Regenerate the local wheel as the same version, but different hash
  • Re-lock the layers and build

The build fails with a hash mismatch error, because the hash of the local wheel was not updated during the re-lock after the regeneration. This issue is related to #22 . The workaround is to delete the requirements files before re-locking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant