Skip to content

Commit 2dcd1fd

Browse files
YLouWashUmeta-codesync[bot]
authored andcommitted
{Build} Add artifact downloads for wheel files.
Summary: This diff allows users to download built wheel files from github actions. Reviewed By: danielyan86129 Differential Revision: D95294060 fbshipit-source-id: e9b41ecfa097a73a85156aafb9b9336e0c545d23
1 parent d2428bb commit 2dcd1fd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@ jobs:
7474
run: |
7575
pip install -e .
7676
python -m pytest test
77+
78+
- name: Upload wheel artifacts
79+
uses: actions/upload-artifact@v4
80+
with:
81+
name: wheels-${{ matrix.os }}
82+
path: dist/*.whl

0 commit comments

Comments
 (0)