Skip to content

GitHub Actions: V2 setup-python action

We have released a v2 version of the setup-python action.

New features:

  • Ability to download, set up, and install Python packages from actions/python-versions that do not come preinstalled on GitHub-hosted runners
  • Easier setup if using a self-hosted runner

For questions, visit the GitHub Actions community

We have released v2 versions of the upload-artifact and download-artifact actions.

The actions have been completely rewritten using typescript in contrast to the v1 versions which are plugins tied to the runner.

New features and bug fixes:

  • Upload artifacts using a wildcard pattern, a directory path or an individual file path
  • Upload artifacts without having to specify an artifact name
  • Download all artifacts at once
  • Fix issues related to artifact upload and download not working in containers

For questions, visit the GitHub Actions community

See more