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

Fixing python publish workflow to run after version tag is created #1100

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

amit-sharma
Copy link
Member

On version tag creation, the python publish workflow failed.

This PR modifies the workflow so that it can be run again and it can fetch the previous tags.
Also it modifies pyproject.toml such that the version number returned by poetry-dynamic-versioning is a simple string that is exactly the tag version number.

Based on: mtkennerly/poetry-dynamic-versioning#78

…st tag version

Signed-off-by: Amit Sharma <amit_sharma@live.com>
@amit-sharma amit-sharma merged commit e7bd2ad into main Dec 5, 2023
1 of 30 checks passed
@amit-sharma amit-sharma deleted the fix-python-publish-poetry-dyanmic branch December 5, 2023 17:30
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