Skip to content

Commit 4c2ea59

Browse files
authored
Restore manylinux-compatible PGO builds (#1068)
1 parent b27455e commit 4c2ea59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ jobs:
511511
- name: build initial wheel
512512
uses: PyO3/maturin-action@v1
513513
with:
514+
manylinux: auto
514515
args: >
515516
--release
516517
--out pgo-wheel
@@ -538,6 +539,7 @@ jobs:
538539
- name: build pgo-optimized wheel
539540
uses: PyO3/maturin-action@v1
540541
with:
542+
manylinux: auto
541543
args: >
542544
--release
543545
--out dist

0 commit comments

Comments
 (0)