We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963475e commit 05881edCopy full SHA for 05881ed
.github/workflows/wheels.yml
@@ -147,16 +147,10 @@ jobs:
147
name: Build sdist
148
runs-on: ubuntu-latest
149
steps:
150
- - name: Checkout numpy-release
151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152
- with:
153
- persist-credentials: false
154
-
155
- name: Checkout numpy
156
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
157
with:
158
repository: numpy/numpy
159
- path: numpy-src
160
submodules: true
161
persist-credentials: false
162
0 commit comments