File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,20 +137,20 @@ jobs:
137137 # name: wheels-macos-${{ matrix.platform.target }}
138138 # path: dist
139139
140- # sdist:
141- # runs-on: ubuntu-lts-latest
142- # steps:
143- # - uses: actions/checkout@v4
144- # - name: Build sdist
145- # uses: PyO3/maturin-action@v1
146- # with:
147- # command: sdist
148- # args: --out dist
149- # - name: Upload sdist
150- # uses: actions/upload-artifact@v4
151- # with:
152- # name: wheels-sdist
153- # path: dist
140+ sdist :
141+ runs-on : ubuntu-lts-latest
142+ steps :
143+ - uses : actions/checkout@v4
144+ - name : Build sdist
145+ uses : PyO3/maturin-action@v1
146+ with :
147+ command : sdist
148+ args : --out dist
149+ - name : Upload sdist
150+ uses : actions/upload-artifact@v4
151+ with :
152+ name : wheels-sdist
153+ path : dist
154154
155155 release :
156156 name : Release
You can’t perform that action at this time.
0 commit comments