Skip to content

Commit 60672e1

Browse files
Merge pull request #201 from actions/rename-virt-env
Rename virtual-environments to runner-images
2 parents 16feed7 + 188c9d4 commit 60672e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Python for Actions
2-
This repository contains the code and scripts that we use to build Python packages used in [virtual-environments](https://github.com/actions/virtual-environments) and accessible through the [setup-python](https://github.com/actions/setup-python) Action.
3-
File [versions-manifest.json](./versions-manifest.json) contains the list of available and released versions.
2+
This repository contains the code and scripts that we use to build Python packages used in [runner-images](https://github.com/actions/runner-images) and accessible through the [setup-python](https://github.com/actions/setup-python) Action.
3+
File [versions-manifest.json](./versions-manifest.json) contains the list of available and released versions.
44

5-
> Caution: this is prepared for and only permitted for use by actions `virtual-environments` and `setup-python` action.
5+
> Caution: this is prepared for and only permitted for use by actions `runner-images` and `setup-python` action.
66
77
**Status**: Currently under development and in use for beta and preview actions. This repo is undergoing rapid changes.
88

9-
Some versions are pre-installed on [virtual-environments](https://github.com/actions/virtual-environments) images.
9+
Some versions are pre-installed on [runner-images](https://github.com/actions/runner-images) images.
1010
More versions will (soon!) be available to install on-the-fly through the [`setup-python`](https://github.com/actions/setup-python) action.
1111

1212
## Adding new versions
13-
We are trying to build and release new versions of Python as soon as they are released. Please open an issue in [actions/virtual-environments](https://github.com/actions/virtual-environments) if any versions are missing.
13+
We are trying to build and release new versions of Python as soon as they are released. Please open an issue in [actions/setup-python](https://github.com/actions/setup-python/issues) if any versions are missing.
1414

1515
## Contribution
1616
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure

0 commit comments

Comments
 (0)