Skip to content

Commit de7da0b

Browse files
authored
chore: fix syntax error in release workflow (#12)
1 parent 6272c54 commit de7da0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
# Create this environment in the GitHub repository under Settings -> Environments
1616
name: release
1717
permissions:
18-
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
18+
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21-
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
21+
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba
2222
- run: uv build
2323
# Check that basic features work and we didn't miss to include crucial files
2424
- name: Smoke test (wheel)

0 commit comments

Comments
 (0)