Skip to content

Commit af78f9f

Browse files
authored
CI: Fix sdist job
1 parent b16f094 commit af78f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
uses: PyO3/maturin-action@v1
314314
with:
315315
command: sdist
316-
args: --out dist -m pysplashsurf/Cargo.toml -i python3.12
316+
args: --out dist -m pysplashsurf/Cargo.toml
317317
- name: Upload sdist
318318
uses: actions/upload-artifact@v4
319319
with:

0 commit comments

Comments
 (0)