Skip to content

Commit 04f938f

Browse files
committed
chore: migrate to uv
1 parent 5a1d6db commit 04f938f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111

12+
environment:
13+
name: PyPI
14+
permissions:
15+
id-token: write
16+
contents: read
17+
1218
steps:
1319
- name: Checkout
1420
uses: actions/checkout@v4

0 commit comments

Comments
 (0)