Skip to content

Commit 28c7087

Browse files
committed
mv build files to wheelhouse
1 parent 43c5e35 commit 28c7087

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ jobs:
4040
4141
- name: Build package
4242
run: |
43+
mkdir -p wheelhouse
4344
cd packages/${{ matrix.package }}
4445
python -m build --wheel --sdist
46+
mv dist/* ../../wheelhouse/
4547
4648
- uses: actions/upload-artifact@v4
4749
with:

0 commit comments

Comments
 (0)