pyOpenSci/pyopensci.github.io

✨ Create website CI build to update packages.yml which updates our website packaging landing page

Closed this issue · 2 comments

Currently we have a build that updates our contributors.
We should implement a similar workflow that will update our package yaml file as well.

To create this build you can model the existing CI build that updates contributors.

We want a new ci build separate from the update-contribs.yaml build because we want to be able to run this as we need to via a workflow dispatch.

You can use this script to run in the build. in the future we will enhance this script some but that will be via a separate issue.

The packages.yml file drives the package listing found on this page.

I'm going to take this on at the SciPy sprints.

thank you @msarahan !!