Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixS90 committed Jun 5, 2024
1 parent 788e604 commit 0a8be59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,8 @@ jobs:
contains(fromJSON('["skipped", "success"]'), needs.PackageWheelsNonPure.result) &&
contains(fromJSON('["skipped", "success"]'), needs.PackageWheelsPure.result) &&
contains(fromJSON('["skipped", "success"]'), needs.PackageSdist.result) &&
needs.CodeQualityAnalysis-Test.result == 'skipped' &&
needs.CodeQualityAnalysis-Test.result == 'success' &&
needs.CodeQualityAnalysis-Test.outputs.pypi_released == 'true'
# TODO: Revert
# needs.CodeQualityAnalysis-Test.result == 'success'
environment:
# TODO: Only for testing purposes
# name: pypi
Expand Down

0 comments on commit 0a8be59

Please sign in to comment.