Skip to content

Commit

Permalink
👷 Upload wheel and tar only
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Oct 20, 2023
1 parent 3e8962f commit c0d907a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.directory }}-package
path: /tmp/baipp/dist/*
path: |
/tmp/baipp/dist/*.whl
/tmp/baipp/dist/*.tar.gz
# Upload to Test PyPI on every commit on main
release-test-pypi:
Expand Down

0 comments on commit c0d907a

Please sign in to comment.