diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index 5b03f23..6e2550c 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -46,7 +46,8 @@ jobs: build_wheels: strategy: matrix: - os: [ubuntu-latest, macos-14] + # os: [ubuntu-latest, macos-14] + os: [macos-14] python-version: ['39', '310', '311', '312'] runs-on: ${{ matrix.os }} @@ -96,7 +97,7 @@ jobs: - name: Retrieve release distributions uses: actions/download-artifact@v4 with: - name: dist-* + pattern: dist-* merge-multiple: true path: dist