Skip to content

Commit 16fc91d

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,6 @@ 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:

0 commit comments

Comments
 (0)