Add CI to the project for testing built wheels#12
Merged
samwillis merged 1 commit intosamwillis:mainfrom Nov 6, 2022
Merged
Conversation
Contributor
Author
|
@samwillis I have a WIP to fix #11 but wanted to add CI first so that I could test the change effectively. Are you open to that? |
Contributor
Author
|
I also have a WIP for supporting arm64 musl nodejs jacobdr#3 that I want to stack on top, but I can't do multi-based PRs into another repo |
Owner
|
@jacobdr Thanks, merged, thats awesome. I see you have some more WIP additions to this in your branch, thats great! I've unfortunately been a little tied up with other work and nodejs-pypi got a little neglected. My plan was to eventually get GitHub actions setup to do automatic publishing of Node versions when they are released, this is a good step forward on that! |
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 PR adds a Github Actions "Test" workflow that will test the built wheels on a multitude of python versions, nodejs version, and operating systems