8000 0.0.6 dev (3) by MarshalX · Pull Request #13 · MarshalX/python-webrtc · GitHub
[go: up one dir, main page]

Skip to content

0.0.6 dev (3) #13

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

Merged
merged 1 commit into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
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
8000
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build_linux_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
env:
MANYLINUX_INSIDE: true
DEPOT_TOOLS_UPDATE: 0
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE DEPOT_TOOLS_UPDATE
DEPOT_TOOLS_METRICS: 0
CIBW_ENVIRONMENT_PASS_LINUX: MANYLINUX_INSIDE DEPOT_TOOLS_UPDATE DEPOT_TOOLS_METRICS
CIBW_ARCHS: x86_64
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
# extended manylinux image with updated GCC (7.5) and patched CPython
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_macos_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
if: matrix.arch == 'Intel'
uses: pypa/cibuildwheel@v2.3.1
env:
DEPOT_TOOLS_UPDATE: 0
DEPOT_TOOLS_METRICS: 0
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_BUILD: cp3*-*
CIBW_SKIP: cp36-*
Expand All @@ -52,6 +54,7 @@ jobs:
env:
TARGET_ARCH: arm64
DEPOT_TOOLS_UPDATE: 0
DEPOT_TOOLS_METRICS: 0
CIBW_ARCHS: arm64
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_BUILD: cp3*-*
Expand Down
0