Skip to content

Commit 7f8db11

Browse files
committed
Minor change
1 parent e2ca875 commit 7f8db11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pypi-wheels-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
# python-version: ['3.10', '3.11', '3.12', '3.13']
26-
python-version: ${{ fromJSON(needs.generate-matrix.outputs.python_versions) }}
26+
python-version: ${{ fromJSON(needs.generate_python_matrix.outputs.python_versions) }}
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set Up Python

0 commit comments

Comments
 (0)