Update GitHub action.

pull/493/head
KmolYuan 2022-11-11 19:46:57 +08:00
parent 12dbdb078c
commit 704c103ad5
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ jobs:
- "3.8" - "3.8"
- "3.9" - "3.9"
- "3.10" - "3.10"
- "3.11"
os: os:
- ubuntu-latest - ubuntu-latest
- macos-latest - macos-latest
@ -37,7 +38,7 @@ jobs:
python -m unittest python -m unittest
- name: Pack - name: Pack
working-directory: cython working-directory: cython
run: python -m build --sdist --wheel run: python -m build
- 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