Fix build action
This commit is contained in:
parent
074384e304
commit
b15181b80c
3 changed files with 7 additions and 4 deletions
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
|
|
@ -55,6 +55,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sdist
|
||||
path: dist/sqlcipher3-wheels-*.tar.gz
|
||||
|
||||
build-wheels:
|
||||
|
|
@ -167,6 +168,7 @@ jobs:
|
|||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: wheels-${{ matrix.runs-on }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
upload-pypi:
|
||||
|
|
@ -176,7 +178,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
name: wheels-*
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue