Skip to content

Commit 05881ed

Browse files
committed
fix: check out only the numpy repo for sdist
1 parent 963475e commit 05881ed

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
@@ -147,16 +147,10 @@ jobs:
147147
name: Build sdist
148148
runs-on: ubuntu-latest
149149
steps:
150-
- name: Checkout numpy-release
151-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152-
with:
153-
persist-credentials: false
154-
155150
- name: Checkout numpy
156151
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157152
with:
158153
repository: numpy/numpy
159-
path: numpy-src
160154
submodules: true
161155
persist-credentials: false
162156

0 commit comments

Comments
 (0)