From bf66591d8623032e9ddac4e67e7a1eac38510142 Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:24:01 +0530 Subject: [PATCH] re-enable grid-package version --- .github/workflows/cd-syft.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index 5f8ef3fbd5d..46034ee9ee1 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -132,10 +132,10 @@ jobs: # twine upload -r testpypi -u __token__ -p ${{ secrets.OM_SYFT_TEST_PYPI_TOKEN }} packages/syft/dist/* # fi - # - name: Set Grid package version - # id: grid-version - # shell: bash - # 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 # Check if the version is a pre-release - name: Check if the version is a pre-release and modify version string