Skip to content

Commit

Permalink
DNM: Retrigger 1.3.0b1 build with corrected abi3 tags
Browse files Browse the repository at this point in the history
During the recent 1.3.0b1 pre-release the wheel jobs failed to build
because of a mismatched abi3 tag version between the actual binary and
the package metadata. This commit corrects the package tag to match and
also retriggers the release
  • Loading branch information
mtreinish committed Sep 11, 2024
1 parent 1179740 commit bb6b0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: Wheel Builds
on:
push:
tags:
- '*'
branches: ["retrigger-ci-that-failed"]
jobs:
build_wheels:
name: Build wheels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
features=features,
)
],
options={"bdist_wheel": {"py_limited_api": "cp38"}},
options={"bdist_wheel": {"py_limited_api": "cp39"}},
)

0 comments on commit bb6b0e7

Please sign in to comment.