We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffad24 commit e2ca875Copy full SHA for e2ca875
.github/workflows/check-pypi-wheels-actions.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
- cron: '0 14 * * *' # 2pm UTC == 9am EST
6
jobs:
7
- generate_matrix:
+ generate_python_matrix:
8
runs-on: ubuntu-latest
9
outputs:
10
python-versions: ${{ steps.set-matrix.outputs.python_versions }}
@@ -17,6 +17,7 @@ jobs:
17
# Output the JSON string
18
echo "python_versions=${PYTHON_VERSIONS}" >> $GITHUB_OUTPUT
19
check_pypi_wheels:
20
+ needs: generate_python_matrix
21
runs-on: ${{ matrix.os }}
22
strategy:
23
matrix:
0 commit comments