We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 274e811 + bf66591 commit 19ce9cbCopy full SHA for 19ce9cb
.github/workflows/cd-syft.yml
@@ -132,10 +132,10 @@ jobs:
132
# twine upload -r testpypi -u __token__ -p ${{ secrets.OM_SYFT_TEST_PYPI_TOKEN }} packages/syft/dist/*
133
# fi
134
135
- # - name: Set Grid package version
136
- # id: grid-version
137
- # shell: bash
138
- # run: echo "GRID_VERSION=$(python packages/grid/VERSION)" >> $GITHUB_OUTPUT
+ - name: Set Grid package version
+ id: grid-version
+ shell: bash
+ run: echo "GRID_VERSION=$(python packages/grid/VERSION)" >> $GITHUB_OUTPUT
139
140
# Check if the version is a pre-release
141
- name: Check if the version is a pre-release and modify version string
0 commit comments