Skip to content

Commit

Permalink
Merge pull request #95 from JenspederM/ci/remember-checkout
Browse files Browse the repository at this point in the history
ci: print new veersion
  • Loading branch information
JenspederM authored Jan 3, 2025
2 parents 110a78c + a5c8b72 commit 5728861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
if: ${{ needs.version.outputs.is_changed }}
if: ${{ needs.version.outputs.is_changed == 'true' }}
needs:
- integration_tests
- version
Expand Down

0 comments on commit 5728861

Please sign in to comment.