mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 01:28:20 +02:00
Enhance workflows: Add macOS 13 support, upgrade publish-action, and update documentation for arm64 and latest versions (#965)
* update ci workflows with latest versions and added macos-13 * updated document with latest versions
This commit is contained in:
parent
9c76e71650
commit
0b93645e9f
9 changed files with 170 additions and 144 deletions
|
@ -11,7 +11,7 @@ inputs:
|
|||
description: "Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry."
|
||||
required: false
|
||||
architecture:
|
||||
description: "The target architecture (x86, x64) of the Python or PyPy interpreter."
|
||||
description: "The target architecture (x86, x64, arm64) of the Python or PyPy interpreter."
|
||||
check-latest:
|
||||
description: "Set this option if you want the action to check for the latest available version that satisfies the version spec."
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue