Skip to content

Commit a771e77

Browse files
committed
Update build script
1 parent a54fc19 commit a771e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
python-version: "3.9"
118118
- name: Build sdist
119119
run: |
120-
cp lib-rt/* .
120+
cp -r lib-rt/* .
121121
pip install --upgrade setuptools build
122122
python -m build --sdist
123123
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)