We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c101e22 commit 393b896Copy full SHA for 393b896
1 file changed
.github/workflows/release.yml
@@ -14,9 +14,6 @@ jobs:
14
if: "startsWith(github.ref, 'refs/tags/')"
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-python@v5
18
- with:
19
- python-version: '3.10'
20
- name: Build wheels
21
uses: PyO3/maturin-action@v1
22
with:
@@ -38,9 +35,6 @@ jobs:
38
35
39
36
40
37
41
42
43
44
architecture: ${{ matrix.target }}
45
46
@@ -62,9 +56,6 @@ jobs:
62
56
63
57
64
58
65
66
67
68
59
69
60
70
61
0 commit comments