Skip to content

Commit a7d3e33

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into cibuild-built-from-sdist
2 parents 76ed633 + 2f7d2a5 commit a7d3e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
cd packages/${{ matrix.package }}
3636
python -m pip install build wheel
37-
python -m build --sdist --wheel
37+
python -m build
3838
3939
- uses: actions/upload-artifact@v4
4040
with:

0 commit comments

Comments
 (0)