Skip to content

Commit 323edb9

Browse files
committed
switch to trusted publishing
1 parent fc3c63f commit 323edb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ jobs:
151151
upload_all:
152152
needs: [build_wheels, build_sdist]
153153
runs-on: ubuntu-latest
154+
environment:
155+
name: pypi
156+
url: https://pypi.org/p/keyvi
157+
permissions:
158+
id-token: write
154159
steps:
155160
- uses: actions/download-artifact@v5
156161
with:
@@ -160,6 +165,5 @@ jobs:
160165

161166
- uses: pypa/gh-action-pypi-publish@release/v1
162167
with:
163-
password: ${{ secrets.pypi_password }}
164168
verbose: true
165169
skip-existing: true

0 commit comments

Comments
 (0)