Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to github actions #1

Open
matham opened this issue Nov 27, 2019 · 0 comments
Open

Switch to github actions #1

matham opened this issue Nov 27, 2019 · 0 comments

Comments

@matham
Copy link
Member

matham commented Nov 27, 2019

I recently switched the base flower and some actual flowers to use github actions. I'm opening an issue here to suggest this flower also update if you can.

You can see the changes I made here: https://github.com/kivy-garden/graph/commits/master.

With these changes, the action will:

  • Run tests on win/linux and lint (PEP8) the code for each push/PR.
  • Auto generate wheels and source dist for each push/PR as artifacts.
  • On a tag it'll also create a draft release on github with all the wheels. This will make it easier to manually upload to pypi.
  • On each push it'll generate the docs and upload to gh-pages.

The following changes were also made in this PR and previously:

  • setup.py uses find_namespace_packages. extras_require was updated.
  • We switched to a _version.py file because otherwise there are import issues if kivy is not already pre-installed (Externalize __version__ flower#1).
  • For the docs, we switched to the sphinx_rtd_theme theme in conf.py.
  • I moved the tests directory under kivy_garden/flower so it is installed when the flower is installed.
  • Removed .travis.yml and added github workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant