Skip to content

Commit cc39184

Browse files
committed
Forgot allow-prereleases: true for setup-python steps
1 parent 3526647 commit cc39184

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
python-version: ${{ matrix.py }}
8080
architecture: ${{ matrix.arch }}
81+
allow-prereleases: true
8182

8283
- name: Install Rust
8384
if: matrix.arch != 'x86' && (matrix.py != '3.14' || matrix.py != '3.14t')

.github/workflows/wheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
with:
135135
python-version: ${{ matrix.py }}
136136
architecture: ${{ matrix.arch }}
137+
allow-prereleases: true
137138

138139
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
139140
with:

0 commit comments

Comments
 (0)