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 add10c6 commit 0f95bdfCopy full SHA for 0f95bdf
.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
38
needs: [Lint, Test]
39
runs-on: ubuntu-latest
40
if: startsWith(github.ref, 'refs/tags')
41
+ permissions:
42
+ id-token: write
43
+ contents: read
44
steps:
45
- uses: actions/checkout@v4
46
- uses: astral-sh/setup-uv@v3
@@ -46,6 +49,3 @@ jobs:
49
- run: uv build
47
50
- name: Publish distribution 📦 to PyPI
48
51
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- user: ${{ secrets.PYPI_USERNAME }}
- password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments