From db1bb51686017c5f65a086326aa518b6a39cf36c Mon Sep 17 00:00:00 2001 From: "Travis A. O'Brien" Date: Wed, 11 Sep 2024 07:00:06 -0400 Subject: [PATCH 1/2] Fix wheel building * Fix mutability bug in upload-artifact * Workaround for universal2, python3.13 build bug: build for arm64 instead --- .github/workflows/wheels.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9fa3513..18d00d2 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -60,11 +60,11 @@ jobs: build_arch_wheels: - name: ${{ matrix.python }} on ${{ matrix.arch }} + name: ${{ matrix.python }}-${{ matrix.arch }} runs-on: ubuntu-24.04 strategy: matrix: - python: [39, 310, 311, 312] + python: [39, 310, 311, 312, 313] arch: [aarch64] steps: @@ -94,6 +94,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: + name: arch-wheels-${{ matrix.python }}-${{ matrix.arch }} path: wheelhouse/*.whl build_wheels: @@ -102,12 +103,12 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2019, macos-latest, ubuntu-latest] + os: [windows-latest, macos-latest, ubuntu-latest] arch: [auto64] include: - os: macos-latest - arch: universal2 + arch: arm64 steps: - uses: actions/checkout@v4 @@ -132,6 +133,7 @@ jobs: - name: Upload wheels uses: actions/upload-artifact@v4 with: + name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: wheelhouse/*.whl upload_all: @@ -142,7 +144,8 @@ jobs: steps: - uses: actions/download-artifact@v4.1.7 with: - name: artifact + name: artifact-* + merge-multiple: true path: dist - name: List all files From 52f3ab53f18c8564cce0c9592abfe77e16c8b89d Mon Sep 17 00:00:00 2001 From: "Travis A. O'Brien" Date: Thu, 12 Sep 2024 14:59:40 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=202.1.0=20=E2=86=92=202.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- REVISION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4939ccc..da5ea0c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True diff --git a/REVISION b/REVISION index 7ec1d6d..3e3c2f1 100644 --- a/REVISION +++ b/REVISION @@ -1 +1 @@ -2.1.0 +2.1.1