Skip to content
Merged
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