File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
path : ' _action_path'
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
30
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
31
31
with :
32
32
python-version : ' 3.x'
33
33
34
34
- name : Install the latest version of uv
35
- uses : astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
35
+ uses : astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2
36
36
37
37
- name : Build v0.0.1 wheel and sdist
38
38
run : |
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Install micromamba and anaconda-client
34
- uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29 # v2.0.3
34
+ uses : mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc # v2.0.4
35
35
with :
36
36
environment-name : remove-wheels
37
37
create-args : >-
You can’t perform that action at this time.
0 commit comments