File tree Expand file tree Collapse file tree 1 file changed +1
-47
lines changed
Expand file tree Collapse file tree 1 file changed +1
-47
lines changed Original file line number Diff line number Diff line change 6262 name : wheels-windows-${{ matrix.target }}-py${{ matrix.python-version }}
6363 path : dist
6464
65- macos :
66- runs-on : ${{ matrix.runner }}
67- strategy :
68- matrix :
69- include :
70- - runner : macos-14-large
71- target : x86_64
72- python-version : " 3.10"
73- - runner : macos-14-large
74- target : x86_64
75- python-version : " 3.11"
76- - runner : macos-14-large
77- target : x86_64
78- python-version : " 3.12"
79- - runner : macos-14-large
80- target : x86_64
81- python-version : " 3.13"
82- - runner : macos-14
83- target : aarch64
84- python-version : " 3.10"
85- - runner : macos-14
86- target : aarch64
87- python-version : " 3.11"
88- - runner : macos-14
89- target : aarch64
90- python-version : " 3.12"
91- - runner : macos-14
92- target : aarch64
93- python-version : " 3.13"
94- steps :
95- - uses : actions/checkout@v4
96- - uses : actions/setup-python@v5
97- with :
98- python-version : ${{ matrix.python-version }}
99- allow-prereleases : false
100- - name : Build wheels
101- uses : PyO3/maturin-action@v1
102- with :
103- target : ${{ matrix.target }}
104- args : --release --out dist -i python${{ matrix.python-version }}
105- - name : Upload wheels
106- uses : actions/upload-artifact@v4
107- with :
108- name : wheels-macos-${{ matrix.target }}-py${{ matrix.python-version }}
109- path : dist
110-
11165 sdist :
11266 runs-on : ubuntu-latest
11367 steps :
12781 name : Release
12882 runs-on : ubuntu-latest
12983 if : ${{ startsWith(github.ref, 'refs/tags/') }}
130- needs : [linux, windows, macos, sdist]
84+ needs : [linux, windows, sdist]
13185 permissions :
13286 id-token : write
13387 contents : write
You can’t perform that action at this time.
0 commit comments