diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59116f0..3432a9a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,10 +15,10 @@ jobs: # Create this environment in the GitHub repository under Settings -> Environments name: release permissions: - id-token: write # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba + - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba - run: uv build # Check that basic features work and we didn't miss to include crucial files - name: Smoke test (wheel)