Skip to content

Commit 0d94fde

Browse files
committed
.
1 parent ecb774a commit 0d94fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
uses: PyO3/maturin-action@v1
127127
with:
128128
target: ${{ matrix.target }}
129-
args: --release --out wheelhouse --compatibility pypi --auditwheel repair -m pysplashsurf/Cargo.toml
129+
args: --release --out wheelhouse --auditwheel repair -m pysplashsurf/Cargo.toml
130130
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
131131
manylinux: 2014
132132
- name: Upload wheels

0 commit comments

Comments
 (0)