Skip to content

Commit ce38015

Browse files
committed
Ok
1 parent 48a060b commit ce38015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/download-artifact@v4
4343
with:
4444
path: dist/
45-
- run: ls -laR
45+
merge-multiple: true
46+
- run: ls -laR
4647
# - name: Publish package distributions to PyPI
4748
# uses: pypa/gh-action-pypi-publish@release/v1.12.2

0 commit comments

Comments
 (0)