File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424 persist-credentials : false
2525 - name : Install uv
26- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
26+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
2727 - name : Build package
2828 run : uv build
2929 - name : Check package
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 fetch-depth : 0
2525 persist-credentials : false
2626 - name : Install uv
27- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
27+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
2828 with :
2929 enable-cache : false
3030 - name : Build package
3131 run : uv build
3232 - name : Publish package distributions to PyPI
33- uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
33+ uses : pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
Original file line number Diff line number Diff line change 4646 run : nvidia-smi
4747
4848 - name : Install uv
49- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
49+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
5050 with :
5151 cache-dependency-glob : pyproject.toml
5252
Original file line number Diff line number Diff line change 4040 run : |
4141 sudo apt-get update && sudo apt-get install -y libcairo2-dev pkg-config
4242 - name : Install uv
43- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
43+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
4444 with :
4545 cache-dependency-glob : pyproject.toml
4646 - name : Test
Original file line number Diff line number Diff line change 3232 fetch-depth : 0
3333 persist-credentials : false
3434 - name : Install uv
35- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
35+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
3636 - name : Get test environments
3737 id : get-envs
3838 run : |
7171 fetch-depth : 0
7272 persist-credentials : false
7373 - name : Install uv
74- uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9 .0.0
74+ uses : astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10 .0.0
7575 with :
7676 python-version : ${{ matrix.env.python }}
7777 - name : create hatch environment
You can’t perform that action at this time.
0 commit comments