Skip to content

Commit abad13b

Browse files
committed
Merge branch 'main' into array-api-compat
2 parents e3a2641 + f673e3a commit abad13b

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

.all-contributorsrc

+10
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,16 @@
163163
"contributions": [
164164
"code"
165165
]
166+
},
167+
{
168+
"login": "crusaderky",
169+
"name": "crusaderky",
170+
"avatar_url": "https://avatars.githubusercontent.com/u/6213168?v=4",
171+
"profile": "https://github.com/crusaderky",
172+
"contributions": [
173+
"code",
174+
"doc"
175+
]
166176
}
167177
]
168178
}

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
path: dist
3838

3939
- name: Generate artifact attestation for sdist and wheel
40-
uses: actions/attest-build-provenance@v1.4.4
40+
uses: actions/attest-build-provenance@v2.0.1
4141
with:
4242
subject-path: "dist/*"
4343

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
run: pixi run -e ${{ matrix.environment }} tests-ci
6666

6767
- name: Upload coverage report
68-
uses: codecov/codecov-action@v5.0.7
68+
uses: codecov/codecov-action@v5.1.1
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This project exists thanks to the following contributors
2828
</tr>
2929
<tr>
3030
<td align="center" valign="top" width="14.28%"><a href="https://ogrisel.com"><img src="https://avatars.githubusercontent.com/u/89061?v=4?s=100" width="100px;" alt="Olivier Grisel"/><br /><sub><b>Olivier Grisel</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=ogrisel" title="Code">💻</a></td>
31+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/crusaderky"><img src="https://avatars.githubusercontent.com/u/6213168?v=4?s=100" width="100px;" alt="crusaderky"/><br /><sub><b>crusaderky</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=crusaderky" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=crusaderky" title="Documentation">📖</a></td>
3132
</tr>
3233
</tbody>
3334
</table>

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ This project exists thanks to the following contributors
6666
</tr>
6767
<tr>
6868
<td align="center" valign="top" width="14.28%"><a href="https://ogrisel.com"><img src="https://avatars.githubusercontent.com/u/89061?v=4?s=100" width="100px;" alt="Olivier Grisel"/><br /><sub><b>Olivier Grisel</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=ogrisel" title="Code">💻</a></td>
69+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/crusaderky"><img src="https://avatars.githubusercontent.com/u/6213168?v=4?s=100" width="100px;" alt="crusaderky"/><br /><sub><b>crusaderky</b></sub></a><br /><a href="https://github.com/data-apis/array-api-extra/commits?author=crusaderky" title="Code">💻</a> <a href="https://github.com/data-apis/array-api-extra/commits?author=crusaderky" title="Documentation">📖</a></td>
6970
</tr>
7071
</tbody>
7172
</table>

0 commit comments

Comments
 (0)