We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8978dd commit 46b80bbCopy full SHA for 46b80bb
.github/workflows/release-please.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Collect wheels
48
if: ${{ steps.release.outputs.release_created }}
49
run: |
50
- find artifact-download -name "*.whl" -o -name "*.tar.gz" | xargs -I{} cp {} dist/
+ find artifact-download -name "*.whl" -o -name "*.tar.gz" -o -name "*.zip" | xargs -I{} cp {} dist/
51
echo "Package files in dist directory:"
52
ls -la dist/
53
shell: bash
0 commit comments