File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments