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 821cd65 commit 13fdd71Copy full SHA for 13fdd71
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
pip install cython
19
- name: Building wheel
20
run: |
21
- make wheel_manylinux
+ make -j3 wheel_manylinux
22
- name: Copy wheels in dist
23
run: cp wheelhouse*/fastrlock*.whl dist/
24
- name: Push build artifacts to PyPI
0 commit comments