We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b072ae commit 552eee4Copy full SHA for 552eee4
.github/workflows/build.yml
@@ -19,9 +19,7 @@ jobs:
19
python-version: ${{ matrix.python-version }}
20
- name: Install pypa/build
21
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
+ python3 -m pip install build Cython numpy setuptools --user && python3 -m build
25
- name: Store the distribution packages
26
uses: actions/upload-artifact@v3
27
with:
0 commit comments