Skip to content

Commit fd36dc5

Browse files
committed
manylinux fixed
1 parent 2d73aa0 commit fd36dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade pip
22-
pip install setuptools wheel twine cython
21+
python -m pip install --upgrade pip
22+
pip install setuptools wheel twine cython
2323
2424
- name: build and upload manylinux wheels
2525
uses: Niraj-Kamdar/manylinux-wheel-builder@master

0 commit comments

Comments
 (0)