8000 PlasmaPy/.github/workflows at main · PlasmaPy/PlasmaPy · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

GitHub workflows

The .github/workflows directory contains YAML files that describe the GitHub Actions workflows used when developing PlasmaPy. Several of the workflows invoke Nox sessions that are defined in the top-level noxfile.py.

Continuous integration (CI) workflows include:

Workflows associated with the release process include:

  • create-release-issue.yml — create an issue containing the release checklist (triggered manually)
  • mint-release.yml — preparing the repository for a release (triggered manually)
  • publish-to-pypi.yml — perform the official release to the Python Package Index (triggered by performing a release on GitHub)
0