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 9aa9406 commit b1a99f2Copy full SHA for b1a99f2
.github/workflows/python_wheel_build.yml
@@ -30,9 +30,14 @@ jobs:
30
with:
31
ref: ${{ inputs.branch }}
32
33
+ - name: Setup Python
34
+ uses: actions/setup-python@v5
35
+ with:
36
+ python-version: 3.13
37
+
38
- name: Set up Python Virtual Environment
39
run: |
- python3 -m venv /py-venv/cibuildwheel-env
40
+ python -m venv /py-venv/cibuildwheel-env
41
. /py-venv/cibuildwheel-env/bin/activate
42
echo PATH=$PATH >> $GITHUB_ENV
43
0 commit comments