Fix build command.
parent
5faa2e6bf7
commit
9520bff50b
|
@ -37,7 +37,7 @@ jobs:
|
||||||
python -m unittest
|
python -m unittest
|
||||||
- name: Pack
|
- name: Pack
|
||||||
working-directory: cython
|
working-directory: cython
|
||||||
run: python -m build
|
run: python -m build --sdist --wheel
|
||||||
- if: matrix.os == 'ubuntu-latest'
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
name: Upload artifact
|
name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in New Issue