Skip to content

Commit 4cb5498

Browse files
Another release workflow fix (#1190)
1 parent 750f44c commit 4cb5498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
labels: ${{ steps.meta.outputs.labels }}
8585

8686
- name: Publish package on PyPi
87-
run: uv publish --token ${{secrets.PYPI_TOKEN}}
87+
run: uv build && uv publish --token ${{secrets.PYPI_TOKEN}}
8888

8989
# FIXME: Fails on prereleases; https://github.com/mindsers/changelog-reader-action/pull/39
9090
- name: Parse changelog

0 commit comments

Comments
 (0)