Skip to content

Commit 6708c1f

Browse files
committed
💚 ci: add allow-prereleases: true
1 parent ee93e4e commit 6708c1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/biliass-build-and-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- uses: actions/setup-python@v5
4747
with:
4848
python-version: 3.x
49+
allow-prereleases: true
4950
- name: Build wheels
5051
uses: PyO3/maturin-action@v1
5152
with:
@@ -78,6 +79,7 @@ jobs:
7879
- uses: actions/setup-python@v5
7980
with:
8081
python-version: 3.x
82+
allow-prereleases: true
8183
- name: Build wheels
8284
uses: PyO3/maturin-action@v1
8385
with:
@@ -107,6 +109,7 @@ jobs:
107109
with:
108110
python-version: "3.13"
109111
architecture: ${{ matrix.platform.target }}
112+
allow-prereleases: true
110113
- name: Build wheels
111114
uses: PyO3/maturin-action@v1
112115
with:
@@ -142,6 +145,7 @@ jobs:
142145
with:
143146
python-version: ${{ matrix.python-versions }}
144147
architecture: ${{ matrix.platform.target }}
148+
allow-prereleases: true
145149
- name: Build wheels
146150
uses: PyO3/maturin-action@v1
147151
with:
@@ -169,6 +173,7 @@ jobs:
169173
- uses: actions/setup-python@v5
170174
with:
171175
python-version: 3.x
176+
allow-prereleases: true
172177
- name: Build wheels
173178
uses: PyO3/maturin-action@v1
174179
with:

0 commit comments

Comments
 (0)