We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750f44c commit 4cb5498Copy full SHA for 4cb5498
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
labels: ${{ steps.meta.outputs.labels }}
85
86
- name: Publish package on PyPi
87
- run: uv publish --token ${{secrets.PYPI_TOKEN}}
+ run: uv build && uv publish --token ${{secrets.PYPI_TOKEN}}
88
89
# FIXME: Fails on prereleases; https://github.com/mindsers/changelog-reader-action/pull/39
90
- name: Parse changelog
0 commit comments