From b181414853388181b2a3bfa17fde8567ea75253a Mon Sep 17 00:00:00 2001 From: Jorge Massih <37001774+plusiv@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:16:49 -0400 Subject: [PATCH 1/3] docs: fix install command --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a7a5612..ff2fad8 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ Install from `PyPI `__: .. code-block:: sh - pip install boto3-helpers + pip install ada_url Usage examples -------------- From 8f34315b9b99f586882cdb68c3cc88743d11736b Mon Sep 17 00:00:00 2001 From: Jorge Massih <37001774+plusiv@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:23:06 -0400 Subject: [PATCH 2/3] ci: add windows runner to build process --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da43fd5..7e4e90f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: build_wheels: strategy: matrix: - os: ["ubuntu-latest", "macos-latest"] + os: ["ubuntu-latest", "macos-latest", "windows-lates"] runs-on: ${{ matrix.os }} steps: From 1e18905917a2437add0049b022161aff9a22e1ee Mon Sep 17 00:00:00 2001 From: Jorge Massih <37001774+plusiv@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:28:11 -0400 Subject: [PATCH 3/3] fix typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e4e90f..6569fbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: build_wheels: strategy: matrix: - os: ["ubuntu-latest", "macos-latest", "windows-lates"] + os: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.os }} steps: