Skip to content

Commit bbbeba8

Browse files
committed
.
1 parent 29c6919 commit bbbeba8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -148,27 +148,27 @@ jobs:
148148
name: wheels-${{ matrix.platform.python-version }}
149149
path: wheelhouse
150150

151-
# sdist:
152-
# name: Build source distribution
153-
# needs: generate-stub
154-
# runs-on: ubuntu-latest
155-
# steps:
156-
# - uses: actions/checkout@v4
157-
# - name: Download stub artifact
158-
# uses: actions/download-artifact@v4
159-
# with:
160-
# name: pysplashsurf.pyi
161-
# path: pysplashsurf/pysplashsurf/
162-
# - name: Build sdist
163-
# uses: PyO3/maturin-action@v1
164-
# with:
165-
# command: sdist
166-
# args: --out dist -m pysplashsurf/Cargo.toml
167-
# - name: Upload sdist
168-
# uses: actions/upload-artifact@v4
169-
# with:
170-
# name: wheels-sdist
171-
# path: dist
151+
sdist:
152+
name: Build source distribution
153+
needs: generate-stub
154+
runs-on: ubuntu-latest
155+
steps:
156+
- uses: actions/checkout@v4
157+
- name: Download stub artifact
158+
uses: actions/download-artifact@v4
159+
with:
160+
name: pysplashsurf.pyi
161+
path: pysplashsurf/pysplashsurf/
162+
- name: Build sdist
163+
uses: PyO3/maturin-action@v1
164+
with:
165+
command: sdist
166+
args: --out dist -m pysplashsurf/Cargo.toml
167+
- name: Upload sdist
168+
uses: actions/upload-artifact@v4
169+
with:
170+
name: wheels-sdist
171+
path: dist
172172

173173
# publish:
174174
# name: Publish to PyPI

0 commit comments

Comments
 (0)