We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eda6b5 commit c7296daCopy full SHA for c7296da
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version: '3.x'
33
34
- name: Install the latest version of uv
35
- uses: astral-sh/setup-uv@3b9817b1bf26186f03ab8277bab9b827ea5cc254 # v3.2.0
+ uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
36
37
- name: Build v0.0.1 wheel and sdist
38
run: |
.github/workflows/remove-wheels.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
- name: Install micromamba and anaconda-client
- uses: mamba-org/setup-micromamba@617811f69075e3fd3ae68ca64220ad065877f246 # v2.0.0
+ uses: mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7 # v2.0.2
with:
environment-name: remove-wheels
create-args: >-
0 commit comments