Skip to content

Commit

Permalink
rm redundant db source publish
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jul 1, 2024
1 parent dc35c04 commit 03518bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ jobs:
python -Im build --sdist
- name: Upload
uses: actions/upload-artifact@v3
if: ${{ matrix.platform == 'sdist' }}
with:
name: dist-${{ matrix.platform }}
path: package/db/dist/*
path: package/db/dist/*.tar.gz
- name: Upload wheel
if: ${{ matrix.platform != 'sdist' }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 03518bc

Please sign in to comment.