Fix sdist
This commit is contained in:
parent
8a5f4cb3cf
commit
b3d4ebd1a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -42,7 +42,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 sdist
|
- name: Build sdist
|
||||||
run: pipx run build --sdist
|
run: pipx run build --sdist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue