Skip to content

Commit e47fcb3

Browse files
committed
Remove "--features abi3-py37", its not real
The AI steered me wrong here :/.
1 parent 74e5206 commit e47fcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: PyO3/maturin-action@v1
5555
with:
5656
target: ${{ matrix.platform.target }}
57-
args: --release --out dist --manifest-path cellcast_python/Cargo.toml --features abi3-py37
57+
args: --release --out dist --manifest-path cellcast_python/Cargo.toml
5858
sccache: 'true'
5959
manylinux: auto
6060

0 commit comments

Comments
 (0)