Fix building python3.6 wheels

This commit is contained in:
laggykiller 2024-02-25 12:20:56 +08:00
parent 361cefef93
commit c8a7e08bd2
2 changed files with 7 additions and 4 deletions

View file

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