We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab7ea7 commit a54fc19Copy full SHA for a54fc19
.github/workflows/buildwheels.yml
@@ -90,7 +90,7 @@ jobs:
90
- name: Copy library content
91
shell: bash
92
run: |
93
- cp lib-rt/* .
+ cp -r lib-rt/* .
94
95
- uses: pypa/[email protected]
96
with:
0 commit comments