Skip to content

Commit 13fdd71

Browse files
committed
Build wheels in parallel.
1 parent 821cd65 commit 13fdd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pip install cython
1919
- name: Building wheel
2020
run: |
21-
make wheel_manylinux
21+
make -j3 wheel_manylinux
2222
- name: Copy wheels in dist
2323
run: cp wheelhouse*/fastrlock*.whl dist/
2424
- name: Push build artifacts to PyPI

0 commit comments

Comments
 (0)