GitHub actions: Build wheels and run tests against the wheels instead of source tree#236
Merged
Conversation
Update GitHub Actions pipelines * Build sdist from source tree and wheel from sdist * Use the built wheel in the testing steps in place of source tree. This way the wheel gets tested. * Use a test matrix instead of separate yaml files for each platform. This was just to make it possible to run everything in a single workflow and to simplify passing artifacts (the built wheel) around. * A bit larger test matrix than before. Previously windows and macos were only running tests on python3.10 (now also 3.7 and 3.12 included) tox * add "tox -e build" command just for creating the sdist and wheel * Add --skip-build flag to tox command. This will skip building the wheel and use the wheel from the dist/ folder as needed. This was needed for the pipelines.
27aa5a2 to
f3eedf1
Compare
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.
Update GitHub Actions pipelines
tox