Skip to content

Commit

Permalink
correct linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Oct 3, 2023
1 parent 7267d3d commit 2f8023d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ jobs:
python-version: 3.9
- name: 🏗 Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel build --user
- name: 🔨 Build wheels for all dependencies
run: |
pip download . -d wheels -r requirements/requirements_dev.txt --index-url https://piwheels.org/simple --platform linux_armv7l --platform linux_armv6l --platform manylinux_2_36_armv7l --only-binary=:all: --extra-index-url https://pypi.org/simple
pip download -d wheels -r requirements/requirements_dev.txt --index-url https://piwheels.org/simple --platform linux_armv7l --platform linux_armv6l --platform manylinux_2_31_armv7l --only-binary=:all: --extra-index-url https://pypi.org/simple --python-version 39
- name: Zip the wheels
run: |
cd wheels
Expand Down

0 comments on commit 2f8023d

Please sign in to comment.