Update GitHub action.
parent
12dbdb078c
commit
704c103ad5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue