Skip to content

Commit de5c7a9

Browse files
authored
ci(release): uses pypa/gh-action-pypi-publish@release/v1 to release with attestations (#1768)
1 parent 7327ae1 commit de5c7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
uses: astral-sh/setup-uv@v7
2121
- name: Build
2222
run: uv build
23-
- name: Publish
24-
run: uv publish
23+
- name: Publish package to PyPI
24+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)