Skip to content

Commit

Permalink
fix(ci): Bootstrap release-please after its v4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Jan 1, 2024
1 parent 8132c74 commit 926edc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: python
package-name: ancv

publish:
name: Publish to PyPI
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ancv": "1.3.1"
}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
"ancv": {
"release-type": "python"
}
},
"bootstrap-sha": "3a0b0400c92329a3aeecdc88ca66ae009c2b730c"
}

0 comments on commit 926edc6

Please sign in to comment.