Skip to content

Commit fc4c9c1

Browse files
committed
update pipeline
1 parent f8e8e45 commit fc4c9c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install pypa/build
21-
run: >-
22-
python3 -m pip install build Cython numpy setuptools --user && python3 -m build
21+
run: |
22+
pip install build Cython numpy setuptools
23+
python -m build
2324
- name: Store the distribution packages
2425
uses: actions/upload-artifact@v3
2526
with:

0 commit comments

Comments
 (0)