Skip to content

Commit 28de51d

Browse files
committed
Collapse dists
1 parent 5ce3877 commit 28de51d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
pattern: wheel-*
9292
path: dist
9393

94+
- run: |
95+
mv dist/*/* dist/
96+
rmdir dist/*/
97+
9498
- run: ls -lR
9599

96100
# - name: Upload package to PyPI
@@ -120,5 +124,9 @@ jobs:
120124
name: wheel-*
121125
path: dist
122126

127+
- run: |
128+
mv dist/*/* dist/
129+
rmdir dist/*/
130+
123131
- name: Upload package to PyPI
124132
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)