Skip to content

Commit

Permalink
Update check-release.yml (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne authored Oct 26, 2023
1 parent b9a0bf6 commit b5f4205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ jobs:
if [ $local = $pypi ]; then; echo "md5 hash is the same"; else; echo "md5 hash is not the same" exit 1; fi;
version-bump:
needs: [check-version, build-publish]
if: |
needs.check-version.outputs.new_release == 'True'
needs: [check-version]
# if: |
# needs.check-version.outputs.new_release == 'True'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b5f4205

Please sign in to comment.