Skip to content

Commit b34f46c

Browse files
committed
Revert to twine publishing
1 parent adca0f1 commit b34f46c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
- name: Build
3535
run: uv build
3636
- name: Publish
37-
run: uv publish
37+
env:
38+
TWINE_NON_INTERACTIVE: true
39+
TWINE_USERNAME: "__token__"
40+
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
41+
run: uvx twine upload dist/* --skip-existing

0 commit comments

Comments
 (0)