Skip to content

Commit

Permalink
Adjust dartpy build conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 31, 2025
1 parent 2a893f5 commit 9607db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_dartpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest]
build: ["cp313-manylinux_x86_64"]
experimental: [false]
release_only: [true]
release_only: [false]

include:
- os: ubuntu-latest
Expand All @@ -67,7 +67,7 @@ jobs:
- os: ubuntu-latest
build: "cp310-manylinux_x86_64"
experimental: false
release_only: false
release_only: true

- os: macos-latest
build: "cp313-macosx_arm64"
Expand All @@ -77,7 +77,7 @@ jobs:
- os: macos-latest
build: "cp312-macosx_arm64"
experimental: false
release_only: false
release_only: true

- os: windows-latest
build: "cp313-win_amd64"
Expand All @@ -87,7 +87,7 @@ jobs:
- os: windows-latest
build: "cp312-win_amd64"
experimental: false
release_only: false
release_only: true

env:
CIBW_BUILD: ${{ matrix.build }}
Expand Down

0 comments on commit 9607db2

Please sign in to comment.