Skip to content

Commit 46b80bb

Browse files
authored
fix: sdist distribution (#110)
1 parent b8978dd commit 46b80bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Collect wheels
4848
if: ${{ steps.release.outputs.release_created }}
4949
run: |
50-
find artifact-download -name "*.whl" -o -name "*.tar.gz" | xargs -I{} cp {} dist/
50+
find artifact-download -name "*.whl" -o -name "*.tar.gz" -o -name "*.zip" | xargs -I{} cp {} dist/
5151
echo "Package files in dist directory:"
5252
ls -la dist/
5353
shell: bash

0 commit comments

Comments
 (0)