Skip to content

Commit f74c61e

Browse files
committed
another try to get sdist
1 parent e161e29 commit f74c61e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: true
1719

1820
- name: Build SDist
1921
run: pipx run build --sdist
@@ -23,7 +25,7 @@ jobs:
2325

2426
- uses: actions/upload-artifact@v4
2527
with:
26-
name: artifact-sdist
28+
name: dist-sdist
2729
path: dist/*.tar.gz
2830

2931
#build_wheels:
@@ -33,7 +35,7 @@ jobs:
3335
# fail-fast: false
3436
# matrix:
3537
# os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
36-
# cpversion: [cp38, cp39, cp310, cp311, cp312, cp313]
38+
# cpversion: [cp38, cp39, cp310, cp311, cp312 ]
3739
# # github actions cp38 on macos-14 runners are cross compiling or
3840
# # something and confusing the stub generation. Just skip it for now.
3941
# # Maybe it'd be friendlier to disable the stub generation for this

0 commit comments

Comments
 (0)