-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Currently we require the user to manage the Python installation: Often the runner provided Python just works but Windows runners currently default to 3.9 which is incompatible.
This leads to issued like #236, #235. PR #238 improves the situation slightly by making checks more strict.
We may actually want to start to manage the python version in the action itself. Options include:
- Use composite actions and invoke
actions/setup-pythonourselves. This has some side effects: the user might not expect the default python changing when they run gh-actions-sigstore-python... - use
uvto choose the python we use. This seems like the better option
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request