Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 8, 2024
1 parent 0a6c1e9 commit 8a4bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:

release:
name: Create release and publish to PyPI
if: needs.check_version.outputs.changed && github.event_name == 'push'
if: needs.check_version.outputs.changed == 'true' && github.event_name == 'push'
needs: [check_version, build_linux, build_windows, build_macos, build_sdist]
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 8a4bbd0

Please sign in to comment.