Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 3.76 KB

File metadata and controls

75 lines (56 loc) · 3.76 KB


MayaPythonLogo

Python Maya GitHub Actions

Maya Python Project Template

A GitHub template for Maya Python tools
Report Bug · Request Feature

Example project built using this template can be found here.

HOW TO USE THIS TEMPLATE

DO NOT FORK this is meant to be used from Use this template feature.

  1. Click on Use this template button.
  2. Give a name and description to the new project (e.g. my_awesome_project, please use all lowercase and underscores separation for repo names).
  3. GitHub Actions will process the template and commit to the new repo, this may take a few minutes. Check the progress in the Actions tab of the new repository.
  4. Once setup is complete, clone the new project and start coding!

NOTE: WAIT until first CI run on GitHub actions before cloning the new project. This will be kicked off automatically after creating the new repo from the template, and should take a couple of minutes to complete.

What is included in this template?

Acknowledgments