Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flatsiedatsie authored Nov 14, 2022
1 parent 9ad27ee commit e3c8ca0
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e3c8ca0

Please sign in to comment.