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.
Hi Tommy,
Spent some time learning about GH Actions & came up these proposed changes. The main motivation was to add wheels for Apple Silicon Macs (arm64), Linux, & for the new Python 3.12 release. In doing this I also separated the functionality of testing from the building & publishing to PyPI.
The 'build' workflow is configured to be triggered manually. I know you mentioned having everything automated, but this allows more flexibility in updating before actually releasing something to PyPI. The publishing is also configured to be dependent on all the wheels & source package being built so would prevent a partial release to PyPI.
Let me know if there are any questions or requests to change something. Also, the CI system is very finicky so until it actually runs on your side there may be some tweaking needed which I'm happy to do.
Regards,
Scott