erp12 / pyshgp

Push Genetic Programming in Python.
http://erp12.github.io/pyshgp
MIT License
74 stars 23 forks source link

Automate the release process #122

Closed erp12 closed 5 years ago

erp12 commented 5 years ago

If tests are passing in all runtimes.

  1. Increment version.
  2. Generate API documentation.
  3. Publish full documentation to GH pages.
  4. Build package.
  5. Push to pypi.
erp12 commented 5 years ago

A minimal solution to this problem is included in #127