File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments