We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d73aa0 commit fd36dc5Copy full SHA for fd36dc5
.github/workflows/python-publish.yml
@@ -18,8 +18,8 @@ jobs:
18
19
- name: Install dependencies
20
run: |
21
- python -m pip install --upgrade pip
22
- pip install setuptools wheel twine cython
+ python -m pip install --upgrade pip
+ pip install setuptools wheel twine cython
23
24
- name: build and upload manylinux wheels
25
uses: Niraj-Kamdar/manylinux-wheel-builder@master
0 commit comments