Skip to content

Commit

Permalink
feat: add the workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 26, 2024
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
Expand Up @@ -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.