mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +00:00
Sync with Main branch
This commit is contained in:
@ -11,7 +11,11 @@ inputs:
|
||||
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv, poetry.'
|
||||
required: false
|
||||
architecture:
|
||||
<<<<<<< HEAD
|
||||
description: "The target architecture (x86, x64) of the Python/PyPy interpreter."
|
||||
=======
|
||||
description: 'The target architecture (x86, x64) of the Python interpreter.'
|
||||
>>>>>>> main
|
||||
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
|
||||
|
Reference in New Issue
Block a user