Skip to content

Commit

Permalink
Revert publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Oct 18, 2024
1 parent 1c5b8a7 commit 4bc6fee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,5 @@ jobs:
uses: astral-sh/setup-uv@v3
- name: Build
run: uv build
- name: Upload to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
file_glob: true
- name: Publish to PyPI
run: uv publish

0 comments on commit 4bc6fee

Please sign in to comment.