We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3c63f commit 323edb9Copy full SHA for 323edb9
.github/workflows/python-cibuildwheel.yml
@@ -151,6 +151,11 @@ jobs:
151
upload_all:
152
needs: [build_wheels, build_sdist]
153
runs-on: ubuntu-latest
154
+ environment:
155
+ name: pypi
156
+ url: https://pypi.org/p/keyvi
157
+ permissions:
158
+ id-token: write
159
steps:
160
- uses: actions/download-artifact@v5
161
with:
@@ -160,6 +165,5 @@ jobs:
165
166
- uses: pypa/gh-action-pypi-publish@release/v1
162
167
163
- password: ${{ secrets.pypi_password }}
164
168
verbose: true
169
skip-existing: true
0 commit comments