There was an error while loading. Please reload this page.
1 parent 453f6db commit 71491a4Copy full SHA for 71491a4
1 file changed
.github/workflows/release.yml
@@ -75,6 +75,9 @@ jobs:
75
with:
76
python-version: '3.9'
77
78
+ - name: Copy README
79
+ run: cp README.md native_fisher_py/
80
+
81
- name: Build wheels
82
uses: PyO3/maturin-action@v1
83
0 commit comments