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
per request from #1432 (comment)closes#1366
### Changes
- remove all test jobs from test.yml workflow except the one that runs on s390x platform.
- rename the test.yml Display name accordingly: "Tests (s390x)"
- skip building ppc64le wheels when not triggered on master branch.
- reconfigure wheels.yml workflow triggers.
The wheels.yml CI now runs for
1. any push to master branch
2. any change in a PR that targets master branch (excluding when PR changes only affect docs/ path)
3. any tag (starting with "v") is pushed
- added `skip-existing` param in case deployment to PyPI suffers a network error and the CI just needs to be re-run.
- cherry pick changes from PR #1366 (about CI triggers for lint and spell-check CI workflows)
- auto-cancel wheels CI if new run triggered on non-default branch
- added step to job that deploys wheels to PyPI. This new step creates a GitHub Release for the tag that was pushed.
0 commit comments