Skip to content

Commit 552eee4

Browse files
authored
update pipeline (#24)
1 parent 4b072ae commit 552eee4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ jobs:
1919
python-version: ${{ matrix.python-version }}
2020
- name: Install pypa/build
2121
run: >-
22-
python3 -m pip install build Cython numpy setuptools --user
23-
- name: Build a binary wheel and a source tarball
24-
run: python3 -m build
22+
python3 -m pip install build Cython numpy setuptools --user && python3 -m build
2523
- name: Store the distribution packages
2624
uses: actions/upload-artifact@v3
2725
with:

0 commit comments

Comments
 (0)