- workflows
This commit is contained in:
12
.github/workflows/wheels.yml
vendored
12
.github/workflows/wheels.yml
vendored
@@ -1,15 +1,15 @@
|
|||||||
name: Wheels
|
name: Wheels
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_call]
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# wheels_pytest:
|
wheels_pytest:
|
||||||
# uses: ./.github/workflows/pytest.yml
|
uses: ./.github/workflows/pytest.yml
|
||||||
linux:
|
linux:
|
||||||
# needs: [ wheels_pytest ]
|
needs: [ wheels_pytest ]
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
runs-on: ${{ matrix.platform.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
# needs: [ wheels_pytest ]
|
needs: [ wheels_pytest ]
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
runs-on: ${{ matrix.platform.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
# needs: [ wheels_pytest ]
|
needs: [ wheels_pytest ]
|
||||||
runs-on: ${{ matrix.platform.runner }}
|
runs-on: ${{ matrix.platform.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user