diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6e1f42..2dba5c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,10 +55,11 @@ jobs: windows: runs-on: windows-latest + if: false strategy: matrix: - target: [] - #- x64 + target: + - x64 # - x86 # x86 blocked by blst 0.3.11 build failure steps: - uses: actions/checkout@v3 @@ -80,9 +81,10 @@ jobs: macos: runs-on: macos-latest + if: false strategy: - matrix: [] - #target: [x86_64, aarch64] + matrix: + target: [x86_64, aarch64] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4