Skip to content

Commit 71bbfd8

Browse files
committed
ci: wip
1 parent 105a9fc commit 71bbfd8

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.all-contributorsrc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@
99
"imageSize": 80,
1010
"commit": true,
1111
"commitConvention": "angular",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "ultrasphere-dev",
15+
"name": "ultrasphere-dev",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/231439132?v=4",
17+
"profile": "https://github.com/ultrasphere-dev",
18+
"contributions": [
19+
"code",
20+
"ideas",
21+
"doc"
22+
]
23+
}
24+
],
1325
"contributorsPerLine": 7,
1426
"skipCi": true
1527
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: steps.release.outputs.released == 'true'
114114

115115
- name: Publish package distributions to GitHub Releases
116-
uses: python-semantic-release/publish-action@v
116+
uses: python-semantic-release/publish-action@v10
117117
if: steps.release.outputs.released == 'true'
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,19 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
5252

5353
<!-- prettier-ignore-start -->
5454
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
55+
<!-- prettier-ignore-start -->
5556
<!-- markdownlint-disable -->
56-
<!-- markdownlint-enable -->
57+
<table>
58+
<tbody>
59+
<tr>
60+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ultrasphere-dev"><img src="https://avatars.githubusercontent.com/u/231439132?v=4?s=80" width="80px;" alt="ultrasphere-dev"/><br /><sub><b>ultrasphere-dev</b></sub></a><br /><a href="https://github.com/ultrasphere-dev/montecarlo-nystrom/commits?author=ultrasphere-dev" title="Code">💻</a> <a href="#ideas-ultrasphere-dev" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/ultrasphere-dev/montecarlo-nystrom/commits?author=ultrasphere-dev" title="Documentation">📖</a></td>
61+
</tr>
62+
</tbody>
63+
</table>
64+
65+
<!-- markdownlint-restore -->
66+
<!-- prettier-ignore-end -->
67+
5768
<!-- ALL-CONTRIBUTORS-LIST:END -->
5869
<!-- prettier-ignore-end -->
5970

0 commit comments

Comments
 (0)