Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Apr 11, 2024
1 parent 5ec8ef0 commit f884d2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f884d2a

Please sign in to comment.