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