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

ci: update poetry.lock to adhere to v2.0.0 #129

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

krishnanand5
Copy link
Collaborator

Description

This PR updates poetry.lock to aid in virtualenv version updation.

@krishnanand5
Copy link
Collaborator Author

Some changes had to be made in accordance with Poetry bump up to 2.0.0 to adhere to new format changes.
metadata under [tools.poetry] has been moved to [project] section to comply with PEP 621. Authors info was expected to be an object rather than string so the representation has been updated.

Additionally, I investigated the changes that have come in Poetry 2.0.0 and these are the two major changes:

  • Poetry 2.0.0 (released January 4, 2025) changed the default behavior of the lock command
  • The --no-update flag is now the default behavior in Poetry 2.0.0

Hence from release.yml, we need to exclude poetry lock --no-update. The reason why the current jobs failed is because the job in main still has the old copy of release.yml.

I tested the changed release.yml file using netkos/act and the execution was successful. So we may have to merge this PR and validate if it fixes the broken action.

@krishnanand5 krishnanand5 changed the title fix: update poetry.lock ci: update poetry.lock to adhere to v2.0.0 Jan 15, 2025
@jooyoungseo jooyoungseo merged commit d8a695e into xability:main Jan 15, 2025
2 of 6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants