We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f9b532 commit feba154Copy full SHA for feba154
.github/workflows/build_and_publish_template.yml
@@ -92,15 +92,15 @@ jobs:
92
. "${SOURCE_DIR}"'/grain/oss/runner_common.sh'
93
build_and_test_grain
94
- name: Upload Grain artifacts
95
- if: ${{ inputs.is_ci_tests == 'false' }}
+ if: ${{ inputs.is_ci_tests == 'false' || inputs.is_ci_tests == false }}
96
uses: actions/upload-artifact@v4
97
with:
98
name: built-grain-wheels-${{ matrix.os }}-${{ matrix.python-version }}
99
path: "${{ env.WHL_DIR }}/all_dist/*.whl"
100
101
publish-wheel:
102
runs-on: ubuntu-22.04
103
104
needs: build-and-test
105
permissions:
106
id-token: write
0 commit comments