From 17181df5429f1ed2c2d24b0e36181ec6cbe8434d Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Tue, 23 Jan 2024 20:41:59 +0000 Subject: [PATCH] python: re-enable macos deployment --- .github/workflows/nblast-py.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nblast-py.yaml b/.github/workflows/nblast-py.yaml index 87cf6d7..06d7b44 100644 --- a/.github/workflows/nblast-py.yaml +++ b/.github/workflows/nblast-py.yaml @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: - # - macos-latest + - macos-latest - windows-latest - ubuntu-22.04 needs: [lint, test] @@ -80,4 +80,4 @@ jobs: manylinux: auto command: publish args: -u __token__ -p ${{ secrets.MATURIN_PASSWORD }} --skip-existing --universal2 - name: Deploy wheels + name: Deploy distribution