Fix building python3.6 wheels
This commit is contained in:
parent
361cefef93
commit
c8a7e08bd2
2 changed files with 7 additions and 4 deletions
6
.github/workflows/pythonpackage.yml
vendored
6
.github/workflows/pythonpackage.yml
vendored
|
|
@ -50,9 +50,9 @@ jobs:
|
|||
- name: Test sdist
|
||||
run: |
|
||||
python -m pip install dist/sqlcipher3-wheels-*.tar.gz
|
||||
mv {project}/sqlcipher3 {project}/sqlcipher3_ &&
|
||||
python -m unittest discover -t {project} -s test -p *.py &&
|
||||
mv {project}/sqlcipher3_ {project}/sqlcipher3
|
||||
mv sqlcipher3 sqlcipher3_ &&
|
||||
python -m test &&
|
||||
mv sqlcipher3_ sqlcipher3
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue