Skip to content

Commit 9da94d2

Browse files
committed
allow prereleases
1 parent c2f94fb commit 9da94d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ runs:
2323
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ inputs.version }}
26+
allow-prereleases: true
2627
if: ${{ inputs.uv == 'true' }}
2728

2829
- name: Set up Python ${{ inputs.version }}
2930
uses: actions/setup-python@v5
3031
with:
3132
python-version: ${{ inputs.version }}
33+
allow-prereleases: true
3234
cache: "pip"
3335
cache-dependency-path: |
3436
"**/pyproject.toml"

0 commit comments

Comments
 (0)