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
|
||||
with:
|
||||
name: sqlite-amalgamation
|
||||
path: ./
|
||||
path: ./src/sqlcipher
|
||||
|
||||
- name: Build wheels for ${{ matrix.os }} ${{ matrix.cibw_archs }} ${{ matrix.cibw_build }}
|
||||
uses: pypa/cibuildwheel@v2.16.5
|
||||
|
|
@ -122,9 +122,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wheels-${{ github.sha }}
|
||||
path: ./wheelhouse/*.whl
|
||||
retention-days: 7
|
||||
|
||||
build-sdist:
|
||||
needs: [prepare-sqlite]
|
||||
|
|
@ -158,8 +156,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: wheels
|
||||
path: dist/
|
||||
name: artifact
|
||||
path: dist
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue