Skip to content

Commit 19ce9cb

Browse files
authored
Merge pull request #8212 from OpenMined/rasswanth/comment-image-building
re-enable grid-package version
2 parents 274e811 + bf66591 commit 19ce9cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd-syft.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ jobs:
132132
# twine upload -r testpypi -u __token__ -p ${{ secrets.OM_SYFT_TEST_PYPI_TOKEN }} packages/syft/dist/*
133133
# fi
134134

135-
# - name: Set Grid package version
136-
# id: grid-version
137-
# shell: bash
138-
# run: echo "GRID_VERSION=$(python packages/grid/VERSION)" >> $GITHUB_OUTPUT
135+
- name: Set Grid package version
136+
id: grid-version
137+
shell: bash
138+
run: echo "GRID_VERSION=$(python packages/grid/VERSION)" >> $GITHUB_OUTPUT
139139

140140
# Check if the version is a pre-release
141141
- name: Check if the version is a pre-release and modify version string

0 commit comments

Comments
 (0)