Skip to content

Commit 6937d76

Browse files
committed
ci: trusted publisher
1 parent 24b9a6d commit 6937d76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
ref: ${{ github.event.inputs.version-tag }}
48-
- name: Install uv
49-
uses: astral-sh/setup-uv@v4
48+
- uses: deargen/workflows/actions/setup-python-and-uv@master
5049
- name: Build and upload to PyPI
5150
run: |
5251
uv build --sdist

0 commit comments

Comments
 (0)