Skip to content

Commit

Permalink
build distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 10, 2024
1 parent f1dd0a8 commit 87a970e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
uses: astral-sh/setup-uv@v3

- name: Publish to PyPI
run: uv publish
run: |
uv build
uv publish
env:
UV_PUBLISH_USERNAME: __token__
UV_PUBLISH_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 87a970e

Please sign in to comment.