Skip to content

Commit

Permalink
Merge pull request #8212 from OpenMined/rasswanth/comment-image-building
Browse files Browse the repository at this point in the history
re-enable grid-package version
  • Loading branch information
rasswanth-s authored Nov 1, 2023
2 parents 274e811 + bf66591 commit 19ce9cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19ce9cb

Please sign in to comment.