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

GitHub workflows #40

Open
peterdesmet opened this issue May 8, 2023 · 1 comment
Open

GitHub workflows #40

peterdesmet opened this issue May 8, 2023 · 1 comment
Assignees

Comments

@peterdesmet
Copy link
Member

peterdesmet commented May 8, 2023

  1. test.yml: run for every commit, one Python version / for PR, all Python versions
  2. documentation.yml: for every commit to main, run test, run Sphinx, push to gh-pages branch
  3. release.yml: run for commits with a tag, run tests for all Python version, push to Pypi
@stijnvanhoey
Copy link
Collaborator

stijnvanhoey commented May 8, 2023

Additional:

  • remove the scheduled version of the test-run
  • do not pin the tox version (or pin it everywhere)
  • make sure the pip-compile update is done
  • make sure the unit tests are checked against pinned version for app deployment
  • pip-tools integration to provide deployable version with fixed dependency set
  • deployment sphinx website and pypi (key setup,...)

@stijnvanhoey stijnvanhoey mentioned this issue Jun 12, 2023
4 tasks
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

2 participants