Skip to content

Commit

Permalink
reformat cibw_skip argument
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnmil committed Aug 31, 2023
1 parent 573ab63 commit 81c5ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ubuntu-20.04
python: '3.10'
os: [ ubuntu-20.04 ]
python: ['3.10']
manylinux_image: [ manylinux2014, manylinux_2_28 ]
# Disable for platforms where pure Python wheels would be generated
cibw_skip: [pp38-*, pp39-*, pp310-*, pp311-*, cp312-*, pp312-*]
Expand Down

0 comments on commit 81c5ad2

Please sign in to comment.