Skip to content

setup.py bdist_wheel is deprecated and will be disabled in Oct. 2025 #770

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.x

- name: Install prerequisites
run: |
python -m pip install -r requirements.txt
python -m pip install twine wheel
python -m pip install setuptools twine wheel
python -m pip install --user delocate

- name: Create wheel
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.x
architecture: ${{ matrix.arch }}

- name: Install prerequisites
Expand Down
Loading