Skip to content

Commit e970882

Browse files
committed
fix: remove sdist from pypi
1 parent 897fef8 commit e970882

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/pypi.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,6 @@ jobs:
8080
name: wheels-macos-${{ matrix.platform.target }}-${{ matrix.maturin.name }}
8181
path: dist
8282

83-
sdist:
84-
runs-on: ubuntu-latest
85-
steps:
86-
- uses: actions/checkout@v4
87-
- name: Build sdist
88-
uses: PyO3/maturin-action@v1
89-
with:
90-
command: sdist
91-
args: --out dist
92-
- name: Upload sdist
93-
uses: actions/upload-artifact@v4
94-
with:
95-
name: wheels-sdist
96-
path: dist
97-
9883
release:
9984
name: Release
10085
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)