Created a CI workflow for building wheels on linux#15
Open
Created a CI workflow for building wheels on linux#15
Conversation
|
Not realizing that you had already done this, I made a different PR (#16). Mine should work for Windows. Maybe we can find a way to combine them? And then find a collaborator for mac. |
Author
|
Oh nice! You have a pretty good setup. If you want I would be ok with you merging my branch into yours. Though I may keep this PR open until something actually happens. |
Author
|
I just discovered that this process doesn't include any LICENSE files in the wheel, which should generally be done. @msaitta-mpr Here's a guide on including those files. It would be a good idea probably for the license to be moved/duplicated into its own |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is related to #9.
This workflow simply:
mainruns this jobThese artifacts will be temporary (~1 month), and does not help with creating github releases. See example here.
Help would still be needed for windows and mac.
Note:
Github actions would need to be enabled on this repository.