Fix workflow
This commit is contained in:
parent
f6dd96a81c
commit
7edd065ce3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
sqlcipher/sqlite3.h
|
||||
|
||||
build-wheels:
|
||||
needs: [prepare-sqlite, tests]
|
||||
needs: [prepare-sqlite]
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
@ -128,7 +128,7 @@ jobs:
|
|||
retention-days: 7
|
||||
|
||||
build-sdist:
|
||||
needs: [prepare-sqlite, tests]
|
||||
needs: [prepare-sqlite]
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue