We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e5206 commit e47fcb3Copy full SHA for e47fcb3
.github/workflows/release-pypi.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: PyO3/maturin-action@v1
55
with:
56
target: ${{ matrix.platform.target }}
57
- args: --release --out dist --manifest-path cellcast_python/Cargo.toml --features abi3-py37
+ args: --release --out dist --manifest-path cellcast_python/Cargo.toml
58
sccache: 'true'
59
manylinux: auto
60
0 commit comments