8000 CI: only build cirrus wheels when requested by andyfaff · Pull Request #24286 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

CI: only build cirrus wheels when requested #24286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CI: only build wheels when requested [wheel build]
  • Loading branch information
andyfaff committed Jul 29, 2023
commit a3d68a0da6a965d19b6c28c6422f81ff8838c9fc
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def main(ctx):
tag = env.get("CIRRUS_TAG", "")

if "[wheel build]" in commit_msg:
wheel = True
return fs.read("ci/cirrus_wheels.yml")

if int(pr_number) > 0 and ("14 - Release" in labels or "36 - Build" in labels):
wheel = True
Expand Down
0