Skip to content

Commit 7250db4

Browse files
committed
hotfix: fix publishing
Signed-off-by: Will Killian <william.killian@outlook.com>
1 parent 733ce21 commit 7250db4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
# security: restrict permissions for CI jobs.
99
permissions:
1010
contents: read
11+
id-token: write
1112

1213
jobs:
1314
build:
@@ -32,5 +33,5 @@ jobs:
3233
- name: Build the package
3334
run: uv build
3435

35-
- name: Upload the package
36-
run: uv publish
36+
- name: Publish package distributions to PyPI
37+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)