File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v4
3636 - name : Setup Python
37- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
37+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3838 with :
3939 python-version : " 3.12"
4040 - name : Install uv
9090 name : wheel-${{ matrix.platform.runner }}-${{ matrix.platform.target }}
9191 path : dist
9292 - name : Setup Python
93- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
93+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
9494 with :
9595 python-version : " ${{ matrix.python-version }}"
9696 - name : Install uv
@@ -167,7 +167,7 @@ jobs:
167167 name : wheel-pure-python
168168 path : dist
169169 - name : Setup Python
170- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
170+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
171171 with :
172172 python-version : " ${{ matrix.python-version }}"
173173 - name : Install uv
@@ -226,7 +226,7 @@ jobs:
226226 name : sdist
227227 path : dist
228228 - name : Setup Python
229- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
229+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
230230 with :
231231 python-version : " ${{ matrix.python-version }}"
232232 - name : Install uv
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2828 - name : Setup Python
29- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030 with :
3131 python-version : " ${{ matrix.python-version }}"
3232 # uv's oneline below does not work on windows; uv add magika==0.5.1 is known to not work with python 3.8 and 3.9
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2828 - name : Setup Python
29- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030 with :
3131 python-version : " ${{ matrix.python-version }}"
3232 - if : matrix.os != 'windows-latest'
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
2727
2828 - name : Setup Python
29- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # pin@v5
29+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v5
3030 with :
3131 python-version : " ${{ matrix.python-version }}"
3232
You can’t perform that action at this time.
0 commit comments