Skip to content

Commit 94d66b6

Browse files
committed
Revert maturin workaround
1 parent b26ad97 commit 94d66b6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
uses: PyO3/maturin-action@v1
2727
with:
2828
target: ${{ matrix.target }}
29-
# args: --release --out dist --find-interpreter
30-
args: --release -out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
29+
args: --release --out dist --find-interpreter
3130
sccache: "true"
3231
manylinux: auto
3332
- name: Upload wheels
@@ -51,8 +50,7 @@ jobs:
5150
uses: PyO3/maturin-action@v1
5251
with:
5352
target: ${{ matrix.target }}
54-
# args: --release --out dist --find-interpreter
55-
args: --release -out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
53+
args: --release --out dist --find-interpreter
5654
sccache: "true"
5755
- name: Upload wheels
5856
uses: actions/upload-artifact@v4
@@ -74,8 +72,7 @@ jobs:
7472
uses: PyO3/maturin-action@v1
7573
with:
7674
target: ${{ matrix.target }}
77-
# args: --release --out dist --find-interpreter
78-
args: --release -out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
75+
args: --release --out dist --find-interpreter
7976
sccache: "true"
8077
- name: Upload wheels
8178
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)