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

Build more wheels #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Build more wheels #25

wants to merge 3 commits into from

Conversation

oyvindwe
Copy link

@oyvindwe oyvindwe commented Jul 17, 2024

Build wheels for:

  • cp311-cp311-macosx_10_9_universal2
  • cp312-cp312-macosx_10_9_universal2
  • cp312-cp312-macosx_14_0_arm64
  • cp311-cp311-linux_x86_64
  • cp312-cp312-linux_x86_64

Merged linux and macos jobs, as they can be controlled by the matrix.
Removed arch from the linux job, as it did not build on different architectures

See https://github.com/oyvindwe/webrtc-noise-gain/actions/runs/9981161290 for a run of the test workflow.

Also updated release actions to fix warnings. See https://github.com/oyvindwe/webrtc-noise-gain/actions/runs/10008601807 of a run of the wheels workflow with the result here: https://github.com/oyvindwe/webrtc-noise-gain/releases/tag/test-release-4

matrix:
arch: [aarch64, armhf, armv7, amd64, i386]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arch does not have any effect in the old version, except triggering 5 identical jobs.

@@ -31,47 +39,3 @@ jobs:
run: |
.venv/bin/pip3 install pytest
.venv/bin/pytest -vv tests
test_macos:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The steps are identical with test_linux, so I merged the jobs.

oyvindwe and others added 2 commits July 19, 2024 14:58
- actions/create-release@v1 -> ncipollo/release-action@v1
- actions/upload-release-asset@v1 -> svenstaro/upload-release-action@v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant