Skip to content

Commit c704761

Browse files
authored
Merge pull request #770 from cclauss/patch-1
`setup.py bdist_wheel` is deprecated and will be disabled in Oct. 2025
2 parents a64c09c + a6ed89a commit c704761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ jobs:
143143
- name: Set up Python
144144
uses: actions/setup-python@v5
145145
with:
146-
python-version: 3.11
146+
python-version: 3.x
147147

148148
- name: Install prerequisites
149149
run: |
150150
python -m pip install -r requirements.txt
151-
python -m pip install twine wheel
151+
python -m pip install setuptools twine wheel
152152
python -m pip install --user delocate
153153
154154
- name: Create wheel
@@ -194,7 +194,7 @@ jobs:
194194
- name: Set up Python
195195
uses: actions/setup-python@v5
196196
with:
197-
python-version: 3.11
197+
python-version: 3.x
198198
architecture: ${{ matrix.arch }}
199199

200200
- name: Install prerequisites

0 commit comments

Comments
 (0)