We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389ebfa commit 9953c54Copy full SHA for 9953c54
2 files changed
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
+ - release-v3.1.0
8
tags:
9
- 'v*.*.*'
10
workflow_dispatch:
@@ -90,8 +90,7 @@ jobs:
90
with:
91
target: ${{ matrix.target }}
92
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 }}
+ 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' }}
95
rust-toolchain: 1.76.0
96
docker-options: -e CI
97
.gitignore
@@ -30,4 +30,5 @@ __pycache__
30
.pytest_cache
31
32
# Build artifacts
33
-*.so
+*.so
34
+*.pyd
0 commit comments