diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7e4cc4..eb2888c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,26 +27,26 @@ jobs: matrix: platform: [ 'linux-arm', - 'linux-arm64', - 'linux-x64', - 'darwin-x64', +# 'linux-arm64', +# 'linux-x64', +# 'darwin-x64', ] pair: [ - 'python:3.7', +# 'python:3.7', 'python:3.9', ] include: - platform: 'linux-arm' host-os: 'ubuntu-latest' - - platform: 'linux-arm64' - host-os: 'ubuntu-latest' - - platform: 'linux-x64' - host-os: 'ubuntu-latest' - - platform: 'darwin-x64' - host-os: 'macos-latest' - - pair: 'python:3.7' - language: 'python' - version: '3.7' +# - platform: 'linux-arm64' +# host-os: 'ubuntu-latest' +# - platform: 'linux-x64' +# host-os: 'ubuntu-latest' +# - platform: 'darwin-x64' +# host-os: 'macos-latest' +# - pair: 'python:3.7' +# language: 'python' +# version: '3.7' - pair: 'python:3.9' language: 'python' version: '3.9'