Fix upload sdist
This commit is contained in:
parent
de1a74d459
commit
baa474f5b8
1 changed files with 2 additions and 2 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: dist/sqlcipher3-wheels-*.tar.gz
|
path: dist/sqlcipher3_wheels-*.tar.gz
|
||||||
|
|
||||||
build-wheels:
|
build-wheels:
|
||||||
needs: prepare-sqlite
|
needs: prepare-sqlite
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue