-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Labels
Description
🚀 Feature
The idea is to migrate 3 following stages from Travis CI to GitHub Actions:
- Docs: https://github.com/pytorch/ignite/blob/master/.travis.yml#L64-L95
- Deploy: https://github.com/pytorch/ignite/blob/master/.travis.yml#L97-L145
- Nightly: https://github.com/pytorch/ignite/blob/master/.travis.yml#L147-L175 (done by Migrated nightly build/release to GitHub Actions (#1448) #1450)
Each stage can be a separate action: e.g. Docs -> .github/workflows/docs.yml
, Deploy -> .github/workflows/binaries-release.yml
, Nightly -> .github/workflows/binaries-nightly-release.yml
For PyDataGlobal contributors, feel free to ask questions for details if any and say that you would like to tackle the issue.
Please, take a look at CONTRIBUTING guide.