Browse Source

Address zizmor audit finding

pull/15603/head
Yurii Motov 1 week ago
parent
commit
b2ffee59e2
  1. 1
      .github/workflows/publish.yml

1
.github/workflows/publish.yml

@ -29,6 +29,7 @@ jobs:
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.4"
enable-cache: "false"
- name: Build distribution
run: uv build
- name: Publish

Loading…
Cancel
Save