We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f94fb commit 9da94d2Copy full SHA for 9da94d2
setup/action.yml
@@ -23,12 +23,14 @@ runs:
23
uses: actions/setup-python@v5
24
with:
25
python-version: ${{ inputs.version }}
26
+ allow-prereleases: true
27
if: ${{ inputs.uv == 'true' }}
28
29
- name: Set up Python ${{ inputs.version }}
30
31
32
33
34
cache: "pip"
35
cache-dependency-path: |
36
"**/pyproject.toml"
0 commit comments