Skip to content

Commit ad49e81

Browse files
authored
Merge branch 'master' into fix-config-warning
2 parents c03d500 + de5c7a9 commit ad49e81

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)