Skip to content

Commit

Permalink
chore: update release and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 30, 2023
1 parent cf5da7c commit 1283ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
# cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_archs: ["x86_64"]

steps:
Expand Down Expand Up @@ -124,8 +123,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest]
# cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*"]
cibw_build: ["cp38-*", "cp39-*", "cp310-*", "cp311-*"]
cibw_archs: ["x86_64", "arm64"]
env:
SYSTEM_VERSION_COMPAT: 0 # https://github.com/actions/setup-python/issues/469#issuecomment-1192522949
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- master
paths:
- "**.py"
- "**/Dockerfile"
Expand All @@ -15,7 +14,6 @@ on:
pull_request:
branches:
- main
- master
paths:
- "**.py"
- "**/Dockerfile"
Expand Down

0 comments on commit 1283ab3

Please sign in to comment.