Skip to content

Commit 8082f7e

Browse files
committed
fix: check out only the numpy repo for sdist
1 parent 449b9c7 commit 8082f7e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,16 +144,10 @@ jobs:
144144
name: Build sdist
145145
runs-on: ubuntu-latest
146146
steps:
147-
- name: Checkout numpy-release
148-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149-
with:
150-
persist-credentials: false
151-
152147
- name: Checkout numpy
153148
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
154149
with:
155150
repository: numpy/numpy
156-
path: numpy-src
157151
submodules: true
158152
persist-credentials: false
159153

0 commit comments

Comments
 (0)