Skip to content

Commit f9498f6

Browse files
ci(release): add pypi release
1 parent 5a599a7 commit f9498f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
fi
4444
cat "${{ steps.cliff.outputs.changelog }}" >> notes.md
4545
46+
- name: Publish to PyPI
47+
env:
48+
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_PUBLISH_TOKEN }}
49+
run: uv publish
50+
4651
- name: Create release
4752
env:
4853
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)