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

Version 1.16.0: ada 3.0.1 #101

Merged
merged 17 commits into from
Feb 3, 2025
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: all
- uses: pypa/cibuildwheel@v2.21.2
- uses: pypa/cibuildwheel@v2.22.0
- uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ matrix.os }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Unit tests
name: Unit tests

on:
pull_request:
Expand All @@ -17,6 +16,10 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


env:
MACOSX_DEPLOYMENT_TARGET: "10.15"

jobs:
build_test:
Expand Down
5,268 changes: 3,501 additions & 1,767 deletions ada_url/ada.cpp

Large diffs are not rendered by default.

Loading
Loading