aiidateam / aiida-test-cache

A pytest plugin to simplify testing of AiiDA plugins.
MIT License
7 stars 8 forks source link

Release automation #72

Open danielhollas opened 4 days ago

danielhollas commented 4 days ago

We should have an automated release workflow via GitHub actions, we can use the same thing as other repos in aiidateam.

After that I'd release 0.1 version for the current users to use. Any further (potentially breaking) changes then can go to 0.2 release.

Thoughts?

danielhollas commented 4 days ago

Before publishing, we also want to change the name of the package, per discussion in #60. Looks like the discussion converged to aiida-test-cache.

ltalirz commented 4 days ago

Before publishing, we also want to change the name of the package, per discussion in #60. Looks like the discussion converged to aiida-test-cache.

Fine with me

danielhollas commented 4 days ago

It looks like there are only 5 repositories with aiida-testing in their dependencies (either as a git dependency or via aiidalab-testing-dev package on PYPI). So we can easily create PRs for then once we publish under a new name. We should also somehow yank the aiidalab-testing-dev package if possible, and if not at least update its description to point to the new package.

danielhollas commented 3 days ago

Should also configure automatic versioning on ReadTheDocs based on tags https://docs.readthedocs.io/en/stable/guides/automation-rules.html