Skip to content

Commit

Permalink
Restore manylinux-compatible PGO builds (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Nov 9, 2023
1 parent b27455e commit 4c2ea59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -511,6 +511,7 @@ jobs:
- name: build initial wheel
uses: PyO3/maturin-action@v1
with:
manylinux: auto
args: >
--release
--out pgo-wheel
Expand Down Expand Up @@ -538,6 +539,7 @@ jobs:
- name: build pgo-optimized wheel
uses: PyO3/maturin-action@v1
with:
manylinux: auto
args: >
--release
--out dist
Expand Down

0 comments on commit 4c2ea59

Please sign in to comment.