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 1a78b56 commit 5ff7955Copy full SHA for 5ff7955
.github/workflows/release.yml
@@ -25,11 +25,11 @@ jobs:
25
- name: Run lint
26
run: uv run make lint
27
28
- - name: Run tests
29
- run: uv run make test
+ # - name: Run tests
+ # run: uv run make test
30
31
- name: Publish package on PyPi
32
- run: uv publish --username __token__ --password ${{secrets.PYPI_TOKEN}}
+ run: uv build && uv publish --username __token__ --password ${{secrets.PYPI_TOKEN}}
33
34
# FIXME: Fails on prereleases; https://github.com/mindsers/changelog-reader-action/pull/39
35
- name: Parse changelog
0 commit comments