File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v4
28
28
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
Original file line number Diff line number Diff line change 21
21
target : [x86_64, x86]
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.10'
27
27
- name : Build wheels
44
44
target : [x64, x86]
45
45
steps :
46
46
- uses : actions/checkout@v4
47
- - uses : actions/setup-python@v4
47
+ - uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ' 3.10'
50
50
architecture : ${{ matrix.target }}
67
67
# target: [x86_64, aarch64]
68
68
# steps:
69
69
# - uses: actions/checkout@v4
70
- # - uses: actions/setup-python@v4
70
+ # - uses: actions/setup-python@v5
71
71
# with:
72
72
# python-version: '3.10'
73
73
# - name: Build wheels
You can’t perform that action at this time.
0 commit comments