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

Publish-to-pypi workflow: hatch instead of pypi-publish #2

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

pandu-k
Copy link

@pandu-k pandu-k commented Sep 7, 2023

The original pypi-publish workflow attempted to pip install from requirements.txt, resulting in a workflow failure.

Hatch is used instead, which doesn't result in a failure.

However, we can only really know the success of this action when the version is bumped, and a new version appears of this package appears on PyPi.

@OwenPendrighElliott OwenPendrighElliott merged commit 9f97c55 into main Sep 7, 2023
5 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