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 6272c54 commit de7da0bCopy full SHA for de7da0b
.github/workflows/release.yaml
@@ -15,10 +15,10 @@ jobs:
15
# Create this environment in the GitHub repository under Settings -> Environments
16
name: release
17
permissions:
18
- id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
19
steps:
20
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
+ - uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
22
- run: uv build
23
# Check that basic features work and we didn't miss to include crucial files
24
- name: Smoke test (wheel)
0 commit comments