We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074643a commit 5592101Copy full SHA for 5592101
1 file changed
.github/workflows/build_wheels.yml
@@ -75,10 +75,10 @@ jobs:
75
- name: Checkout
76
uses: actions/checkout@v4
77
78
- - name: Set up Python 3.x
+ - name: Set up Python ${{ env.PYTHON_VERSION }}
79
uses: actions/setup-python@v5
80
with:
81
- python-version: '3.x'
+ python-version: ${{ env.PYTHON_VERSION }}
82
83
- name: Set up QEMU for linux/arm64 builds
84
if: runner.os == 'Linux' && matrix.config.use-qemu == true
0 commit comments