diff --git a/.github/workflows/python_cd.yaml b/.github/workflows/python_cd.yaml index 1c7fb33d..1723eef7 100644 --- a/.github/workflows/python_cd.yaml +++ b/.github/workflows/python_cd.yaml @@ -20,9 +20,10 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - - name: Verify the tag version in the pyproject.toml - run: grep -q "version = \"${{ github.event.release.tag_name }}\"" pyproject.toml || exit 1 - shell: bash + # TODO: Uncomment! + # - name: Verify the tag version in the pyproject.toml + # run: grep -q "version = \"${{ github.event.release.tag_name }}\"" pyproject.toml || exit 1 + # shell: bash # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. # Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry