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

[Bug Fix] Fix the release action #41

Merged
merged 2 commits into from
May 21, 2024
Merged

Conversation

jiak94
Copy link
Contributor

@jiak94 jiak94 commented May 21, 2024

Sorry, I forgot that tags in your repo are without any prefixes.

@jiak94
Copy link
Contributor Author

jiak94 commented May 21, 2024

@joshyattridge The reason why the last release action failed is because poetry could not understand the tag for 0.0.22 because of a wrong config. Without the default-unprefixed flag, poetry is required the tag started with v, for example, v0.0.22. In that case, poetry will use 0.0.0 as version, which is disallowed by pypi.

@joshyattridge joshyattridge merged commit 48be4d2 into joshyattridge:master May 21, 2024
1 check 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