Skip to content

Commit 9953c54

Browse files
committed
fix PGO gather on Windows
1 parent 389ebfa commit 9953c54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
7+
- release-v3.1.0
88
tags:
99
- 'v*.*.*'
1010
workflow_dispatch:
@@ -90,8 +90,7 @@ jobs:
9090
with:
9191
target: ${{ matrix.target }}
9292
manylinux: ${{ matrix.manylinux || 'auto' }}
93-
container: ${{ matrix.container }}
94-
args: --release --out dist --interpreter ${{ matrix.maturin-interpreter || matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }} ${{ matrix.extra-build-args }}
93+
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11' }}
9594
rust-toolchain: 1.76.0
9695
docker-options: -e CI
9796

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ __pycache__
3030
.pytest_cache
3131

3232
# Build artifacts
33-
*.so
33+
*.so
34+
*.pyd

0 commit comments

Comments
 (0)