Skip to content

Commit 0e950dd

Browse files
committed
Update upload_to_pypi.yml
1 parent c0e435c commit 0e950dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upload_to_pypi.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- uses: actions/setup-python@v5
2222
name: Install Python
23+
with:
24+
python-version: '3.x'
2325

2426
- name: Build wheels
2527
# For very recent Python versions, wheels from e.g. numpy might not be
@@ -41,6 +43,8 @@ jobs:
4143

4244
- uses: actions/setup-python@v5
4345
name: Install Python
46+
with:
47+
python-version: '3.x'
4448

4549
- name: Install build
4650
run: python -m pip install build

0 commit comments

Comments
 (0)