Skip to content

Commit

Permalink
Version 1.16.0: ada 3.0.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles authored Feb 3, 2025
1 parent c0bdece commit 2ba6e03
Show file tree
Hide file tree
Showing 7 changed files with 8,620 additions and 3,777 deletions.
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

0 comments on commit 2ba6e03

Please sign in to comment.