File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 python-version : ${{ matrix.python-version }}
3434 architecture : ${{ matrix.architecture }}
3535 cache : ' pip'
36- allow-prerelease : true
36+ allow-prereleases : true
3737
3838 - name : Install just
3939 uses : extractions/setup-just@v3
Original file line number Diff line number Diff line change 2323 - uses : actions/setup-python@v6
2424 with :
2525 python-version : 3.x
26- allow-prerelease : true
26+ allow-prereleases : true
2727 - name : Build wheels
2828 uses : PyO3/maturin-action@v1
2929 with :
4949 with :
5050 python-version : 3.x
5151 architecture : ${{ matrix.target }}
52- allow-prerelease : true
52+ allow-prereleases : true
5353 - name : Build wheels
5454 uses : PyO3/maturin-action@v1
5555 with :
7373 - uses : actions/setup-python@v6
7474 with :
7575 python-version : 3.x
76- allow-prerelease : true
76+ allow-prereleases : true
7777 - name : Build wheels
7878 uses : PyO3/maturin-action@v1
7979 with :
Original file line number Diff line number Diff line change 2828 python-version : ${{ matrix.python-version }}
2929 architecture : ${{ matrix.architecture }}
3030 cache : ' pip'
31- allow-prerelease : true
31+ allow-prereleases : true
3232
3333 - name : Install just
3434 uses : extractions/setup-just@v3
You can’t perform that action at this time.
0 commit comments