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 2828 run : pipx install maturin
2929
3030 - name : Install python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 architecture : ${{ matrix.architecture }}
Original file line number Diff line number Diff line change 2121 name : Ubuntu, ${{ matrix.target }}, Python ${{ matrix.python-version }}
2222 steps :
2323 - uses : actions/checkout@v4
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Build wheels
4646 name : Windows, ${{ matrix.target }}, Python ${{ matrix.python-version }}
4747 steps :
4848 - uses : actions/checkout@v4
49- - uses : actions/setup-python@v5
49+ - uses : actions/setup-python@v6
5050 with :
5151 python-version : ${{ matrix.python-version }}
5252 architecture : ${{ matrix.target }}
7171 name : macOS, ${{ matrix.target }}, Python ${{ matrix.python-version }}
7272 steps :
7373 - uses : actions/checkout@v4
74- - uses : actions/setup-python@v5
74+ - uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 - name : Build wheels
Original file line number Diff line number Diff line change 2323 run : pipx install maturin
2424
2525 - name : Install python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 architecture : ${{ matrix.architecture }}
You can’t perform that action at this time.
0 commit comments