We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9a3c commit c51d4ccCopy full SHA for c51d4cc
.github/workflows/build-push.yml
@@ -186,6 +186,9 @@ jobs:
186
upload_pypi:
187
needs: [build_wheels, build_wheels_extra_arch, build_sdist]
188
runs-on: ubuntu-latest
189
+ permissions:
190
+ id-token: write
191
+
192
# upload to PyPI on every tag starting with 'v'
193
if: github.event_name == 'push' && endsWith(github.event.ref, 'scylla')
194
# alternatively, to publish when a GitHub Release is created, use the following rule:
@@ -199,4 +202,3 @@ jobs:
199
202
- uses: pypa/gh-action-pypi-publish@release/v1
200
203
with:
201
204
skip-existing: true
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments