Fix build

This commit is contained in:
laggykiller 2024-02-25 10:59:26 +08:00
parent d4eba9ac42
commit 8a5f4cb3cf

View file

@ -50,7 +50,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: sdist
path: dist/sqlcipher3_wheels-*.tar.gz
path: dist/sqlcipher3-wheels-*.tar.gz
test-sdist:
needs: build-sdist
@ -69,7 +69,7 @@ jobs:
- name: Install the package
run: |
python -m pip install dist/sqlcipher3_wheels-*.tar.gz
python -m pip install dist/sqlcipher3-wheels-*.tar.gz
- name: Test
run: |