Skip to content

Commit

Permalink
chore: Update release.yml and pyproject.toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 30, 2023
1 parent 52387b9 commit bfd9460
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
os: [ubuntu-latest]
# cibw_build: ["cp39-*", "cp310-*", "cp311-*"]
cibw_build: ["cp39-*"]
cibw_archs: ["x86_64", "aarch64"]
cibw_archs: ["x86_64"]

steps:
- name: Check out repository
Expand Down
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -284,10 +284,15 @@ update_changelog_on_bump = true
major_version_zero = true

[tool.cibuildwheel.linux]
before-all = "yum install -y openssl-devel xz-devel"
before-all = "echo hello world"
test-requires = "pytest"
test-command = "pytest {project}/tests -vls -m imports"

[tool.cibuildwheel.macos]
test-command = "pytest {project}/tests -vls -m imports"

before-all = "echo hello world"

[tool.poetry.build]
script = "build.py"
generate-setup-file = true
Expand Down

0 comments on commit bfd9460

Please sign in to comment.