Fix build
This commit is contained in:
parent
d4eba9ac42
commit
8a5f4cb3cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sdist
|
name: sdist
|
||||||
path: dist/sqlcipher3_wheels-*.tar.gz
|
path: dist/sqlcipher3-wheels-*.tar.gz
|
||||||
|
|
||||||
test-sdist:
|
test-sdist:
|
||||||
needs: build-sdist
|
needs: build-sdist
|
||||||
|
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install the package
|
- name: Install the package
|
||||||
run: |
|
run: |
|
||||||
python -m pip install dist/sqlcipher3_wheels-*.tar.gz
|
python -m pip install dist/sqlcipher3-wheels-*.tar.gz
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue