Skip to content

Commit 16dbf22

Browse files
authored
Update python-publish.yml
1 parent b532451 commit 16dbf22

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@ jobs:
4444
with:
4545
name: release-dists
4646
path: dist/
47-
48-
- name: Install uv
49-
uses: astral-sh/setup-uv@v5
50-
47+
5148
- name: Publish release distributions to PyPI
52-
run: uv publish
49+
uses: pypa/gh-action-pypi-publish@release/v1
50+
with:
51+
packages-dir: dist/
5352

5453

5554

0 commit comments

Comments
 (0)