From efb12ca280544ec5d3e854e55d506ff8266afff8 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 7 Jun 2024 16:19:33 +0100 Subject: [PATCH] test [testpypi] --- .github/workflows/build_wheels.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 11dea084..094e84b9 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -142,7 +142,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-11, macos-12, macos-13, macos-13-xlarge, macos-14, ubuntu-latest, windows-latest ] + os: [ macos-11, macos-12, macos-13, flyci-macos-large-latest-m2, macos-14, ubuntu-latest, windows-latest ] steps: - uses: actions/setup-python@v5 diff --git a/pyproject.toml b/pyproject.toml index 20b3b6a2..64dd5822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,4 +45,4 @@ Tracker = "https://github.com/cmbant/camb/issues" Licensing = "https://github.com/cmbant/camb/blob/master/LICENCE.txt" [tool.setuptools.dynamic] -version = {attr = "camb.__version__"} \ No newline at end of file +version = { attr = "camb.__version__" } \ No newline at end of file