Fix build
This commit is contained in:
parent
746bd4ea18
commit
78907411f4
1 changed files with 3 additions and 4 deletions
7
.github/workflows/pythonpackage.yml
vendored
7
.github/workflows/pythonpackage.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
- name: Build wheels for ${{ matrix.os }} ${{ matrix.cibw_archs }} ${{ matrix.cibw_build }}
|
- name: Build wheels for ${{ matrix.os }} ${{ matrix.cibw_archs }} ${{ matrix.cibw_build }}
|
||||||
uses: pypa/cibuildwheel@v2.15.0
|
uses: pypa/cibuildwheel@v2.16.5
|
||||||
env:
|
env:
|
||||||
CIBW_BUILD_FRONTEND: build
|
CIBW_BUILD_FRONTEND: build
|
||||||
CIBW_BUILD: ${{ matrix.cibw_build }}
|
CIBW_BUILD: ${{ matrix.cibw_build }}
|
||||||
|
|
@ -130,7 +130,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: false
|
submodules: recursive
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -142,8 +142,7 @@ jobs:
|
||||||
path: ./
|
path: ./
|
||||||
|
|
||||||
- name: Build sdist
|
- name: Build sdist
|
||||||
run: |
|
run: pipx run build --sdist
|
||||||
python setup.py sdist
|
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue