Fix build command.

pull/493/head
KmolYuan 2022-02-09 11:37:14 +08:00
parent 5faa2e6bf7
commit 9520bff50b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
python -m unittest
- name: Pack
working-directory: cython
run: python -m build
run: python -m build --sdist --wheel
- if: matrix.os == 'ubuntu-latest'
name: Upload artifact
uses: actions/upload-artifact@v2