Skip to content

Commit

Permalink
chore: fix CI attempting to publish version behind latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsbarnard committed Feb 4, 2025
1 parent 70da346 commit 3a5772c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
run: |
uv build
- name: Store built package
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

release:
runs-on: ubuntu-latest
needs: build
Expand Down Expand Up @@ -82,11 +76,9 @@ jobs:
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Download built package
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
- name: Build package
run: |
uv build
- name: Publish package
run: |
Expand Down

0 comments on commit 3a5772c

Please sign in to comment.