You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is currently still configured to use Travis CI, but is no longer hooked up to it. The preferred flow now uses GitHub Actions—an example can be seen in code companion for Publishing Python Packages.
Outcome
Travis CI configuration is removed
GitHub Actions provides feedback on each pull request about the unit tests and linting
GitHub Actions triggers a PyPI release and creates a GitHub release with artifacts when an appropriate version tag is created (may require secrets to be set, which can be coordinated later)
The text was updated successfully, but these errors were encountered:
This project is currently still configured to use Travis CI, but is no longer hooked up to it. The preferred flow now uses GitHub Actions—an example can be seen in code companion for Publishing Python Packages.
Outcome
The text was updated successfully, but these errors were encountered: