We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91e56a8 + 2ae86dd commit 638e0beCopy full SHA for 638e0be
.github/workflows/pipeline.yml
@@ -48,8 +48,8 @@ jobs:
48
- build_test
49
runs-on: ubuntu-latest
50
outputs:
51
- should_release_pypi: ${{ steps.whether_to_release.outputs.should_release_pypi}}
52
- should_release_test_pypi: ${{ steps.whether_to_release.outputs.should_release_pypi_test}}
+ should_release_pypi: ${{ steps.whether_to_release_pypi.outputs.should_release_pypi}}
+ should_release_test_pypi: ${{ steps.whether_to_release_test_pypi.outputs.should_release_pypi_test}}
53
permissions:
54
id-token: write # IMPORTANT: this permission is required to write to github envs
55
steps:
0 commit comments