Skip to content

Commit 393b896

Browse files
authored
Remove explicit setup-python use (#34)
1 parent c101e22 commit 393b896

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
if: "startsWith(github.ref, 'refs/tags/')"
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-python@v5
18-
with:
19-
python-version: '3.10'
2017
- name: Build wheels
2118
uses: PyO3/maturin-action@v1
2219
with:
@@ -38,9 +35,6 @@ jobs:
3835
if: "startsWith(github.ref, 'refs/tags/')"
3936
steps:
4037
- uses: actions/checkout@v4
41-
- uses: actions/setup-python@v5
42-
with:
43-
python-version: '3.10'
4438
architecture: ${{ matrix.target }}
4539
- name: Build wheels
4640
uses: PyO3/maturin-action@v1
@@ -62,9 +56,6 @@ jobs:
6256
if: "startsWith(github.ref, 'refs/tags/')"
6357
steps:
6458
- uses: actions/checkout@v4
65-
- uses: actions/setup-python@v5
66-
with:
67-
python-version: '3.10'
6859
- name: Build wheels
6960
uses: PyO3/maturin-action@v1
7061
with:

0 commit comments

Comments
 (0)