Skip to content

Commit

Permalink
feat: add the workflow for release
Browse files Browse the repository at this point in the history
ivanleomk committed Dec 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 768d1b9 commit d4acb31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -28,5 +28,7 @@ jobs:
- name: Build Package
run: uv build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Build and publish Python package
run: uv publish
env:
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit d4acb31

Please sign in to comment.