Skip to content

Commit 67d042e

Browse files
committed
building sdist
1 parent 642a993 commit 67d042e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,13 @@ jobs:
277277

278278
publish_to_pypi:
279279
name: Publish to PyPI
280-
needs: [
280+
needs:
281+
[
281282
build_wheels_linux,
282283
build_wheels_macos,
283284
build_wheels_windows,
284285
build_sdist,
285-
] # ← Add build_sdist here
286+
]
286287
runs-on: ubuntu-latest
287288
if: startsWith(github.ref, 'refs/tags/quaddtype-v')
288289

0 commit comments

Comments
 (0)