Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python-versions 3.10.2 release is missing windows files #5023

Closed
1 of 7 tasks
Athanasius opened this issue Feb 4, 2022 · 3 comments
Closed
1 of 7 tasks

python-versions 3.10.2 release is missing windows files #5023

Athanasius opened this issue Feb 4, 2022 · 3 comments

Comments

@Athanasius
Copy link

Description

Whilst https://github.com/actions/python-versions/releases/tag/3.10.2-121429 added Python 3.10.2, it only has the darwin and linux files, nothing for win32. As a consequence https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json does not, of course, have win32 entries.

Thus no GitHub workflows for Python on Windows can use 3.10.2.

Virtual environments affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

https://github.com/EDCD/EDMarketConnector/actions/runs/1796797978

Is it regression?

No response

Expected behavior

That something like the following work in a GitHub Workflow:

    steps:
      - uses: actions/checkout@v2.4.0
      - uses: actions/setup-python@v2.3.2
        with:
          python-version: "3.10.2"
          architecture: "x86"

Actual behavior

Run actions/setup-python@v2.3.1
Version 3.10.2 was not found in the local cache
Error: Version 3.10.2 with arch x86 not found
The list of all available versions can be found here: [actions/python-versions@main/versions-manifest.json (raw)](https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json)

Repro steps

1.Set up a GitHub workflow including the example in 'Expected behaviour'.
2. Run it.
3. See it fail.

@shilovmaksim
Copy link
Contributor

Hi @Athanasius .
Thank you for your report. We will take a look at this.

@miketimofeev
Copy link
Contributor

@Athanasius the new version has been generated for windows as well
https://github.com/actions/python-versions/releases/tag/3.10.2-1805098134

@Athanasius
Copy link
Author

@Athanasius the new version has been generated for windows as well actions/python-versions@3.10.2-1805098134 (release)

Yes, this is working for us now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants