Fix sdist

This commit is contained in:
laggykiller 2024-02-25 11:03:24 +08:00
parent 8a5f4cb3cf
commit b3d4ebd1a0

View file

@ -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