Skip to content

Commit e6787af

Browse files
committed
Update build_and_publish.yml
1 parent acbcaaf commit e6787af

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)