Skip to content

Commit 2633dbd

Browse files
committed
ci: add pypi
1 parent 1c8c6e5 commit 2633dbd

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- v*.*.*
7+
permissions:
8+
id-token: write
79
env:
810
# THIS GITHUB_TOKEN IS A REQUIREMENT TO BE ABLE TO WRITE TO GH RELEASES
911
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -116,8 +118,6 @@ jobs:
116118
name: Publish package to PyPI
117119
uses: pypa/gh-action-pypi-publish@release/v1
118120
with:
119-
user: ${{ env.PYPI_USERNAME }}
120-
password: ${{ env.PYPI_PASSWORD }}
121121
packages_dir: ${{github.workspace}}/sdk/python/bin/dist
122122

123123
- if: ${{ matrix.language == 'nodejs' && env.PUBLISH_NPM == 'true' }}
@@ -139,3 +139,5 @@ jobs:
139139
- python
140140
pythonversion:
141141
- "3.9"
142+
goversion:
143+
- 1.22.x

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"baseBranches": [
7+
"main"
8+
],
9+
"stabilityDays": 4,
10+
"rebaseWhen": "behind-base-branch"
11+
}

0 commit comments

Comments
 (0)