Skip to content

Commit

Permalink
Another release workflow fix (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Jan 24, 2025
1 parent 750f44c commit 4cb5498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

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

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

0 comments on commit 4cb5498

Please sign in to comment.