Fix build
This commit is contained in:
parent
d1639aa1b3
commit
2d71dafdf4
1 changed files with 3 additions and 5 deletions
8
.github/workflows/pythonpackage.yml
vendored
8
.github/workflows/pythonpackage.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sqlite-amalgamation
|
name: sqlite-amalgamation
|
||||||
path: ./
|
path: ./src/sqlcipher
|
||||||
|
|
||||||
- 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.16.5
|
uses: pypa/cibuildwheel@v2.16.5
|
||||||
|
|
@ -122,9 +122,7 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wheels-${{ github.sha }}
|
|
||||||
path: ./wheelhouse/*.whl
|
path: ./wheelhouse/*.whl
|
||||||
retention-days: 7
|
|
||||||
|
|
||||||
build-sdist:
|
build-sdist:
|
||||||
needs: [prepare-sqlite]
|
needs: [prepare-sqlite]
|
||||||
|
|
@ -158,8 +156,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: artifact
|
||||||
path: dist/
|
path: dist
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue