-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: Added python publishing #358
feat: Added python publishing #358
Conversation
In yoheimuta#338 the distribution of python wheels is requested. Python relies according to PEP 518 on pyproject.toml allowing to add a [tools] table with all config values. The pyproject.toml can now be added as a valid project configuration source.
The wheel file is build manually using a python script. Most bundlers cannot use different platforms for python tags
In yoheimuta#338 Python support is requested. Documentation has been added.
In yoheimuta#338 Python support is requested. This upload step should perform the upload step
The binaries must be created before the wheels are created. This is done by goreleaser build in this case
Line-length of YAML was exceeded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your excellent contribution!
Sorry for the late response 🙇♂️
I'm dealing with PYPY setup later.
You're welcome. I think I will start on #337 soon. |
@carstencodes The Publish Wheel Package action was successful, but the publishing step was skipped. Is there something off with the condition? |
@yoheimuta Yeah, gorramn copy&paste error. cf. to #370 |
goreleaser
job/workflow has finishedCloses #338