Use GitHub Actions#1
Draft
jmsmtn wants to merge 24 commits into
Draft
Conversation
6 tasks
Revert "Revert testing commits." This reverts commit 63c83c2.
This reverts commit 7901b1f.
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.
Use GitHub Actions
Use GitHub Actions
While IdentityPython/pull/816 exists, it is fairly old. This PR tries to revive that effort in order to make this project easier to contribute to, maintain, and release.
What your changes do and why you chose this solution
This PR introduces some GitHub Action workflows:
tests.yml- Run tests for Python versions 3.9 to 3.14. This doesn't usetox, but if needed I can easily change it to usetox.checks.yml- for miscellaneous checks - right now to check that Poetry and it's lockfile is in a good statelints.yml- Runsblack,isort, andflake8.blackandisortformats. Theflake8job will not fail, currently. It has some 200 items to resolve so I thought it would be best to make that a separate PR.release-github.yml- Handle github releasesrelease-pypi.yml- Handle pypi and testpypi deployments. Tested with at Use GitHub Actions #1 and in test pypi and pypiChecklist