Skip to content

Commit

Permalink
ci: update pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn authored Jan 7, 2025
1 parent e5ec0d1 commit 4aa967e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Build
run: uv build
- name: Publish
env:
PYPI_USERNAME: __token__
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: uv publish --publish-url https://upload.pypi.org/legacy/ --username __token__ --password $PYPI_PASSWORD

0 comments on commit 4aa967e

Please sign in to comment.