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

Fix release workflow #237

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Fix release workflow #237

merged 1 commit into from
Dec 18, 2024

Conversation

epeters3
Copy link
Contributor

With my last PR the release workflow broke. It looked like an incompatibility between Poetry 1.8.5 and twine 4.x. This PR updates the release workflow to use the more modern and streamlined workflow used by other projects like chatbot-tools-py and patient-ml-types.

@@ -12,8 +13,7 @@ if does_pypi_version_exist phc "$pkg_version"; then
fi

echo "Building the package"
poetry build -f sdist
poetry build -f wheel
poetry build
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

poetry build automatically builds both the sdist and the wheel.

@shawnzhu shawnzhu merged commit 6b30373 into master Dec 18, 2024
5 checks passed
@shawnzhu shawnzhu deleted the NO-JIRA/fix-release branch December 18, 2024 19:13
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.

3 participants