Skip to content

Commit

Permalink
Fix typo in the release step in the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Matevz Morato committed Jul 6, 2024
1 parent 0d5feac commit 1f075db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ jobs:
python-version: '3.8'

- name: Check if version matches
run: cd bindings/pyyhon && python3.8 -c 'import find_version as v; exit(0) if "${{ github.ref_name }}" == f"v{v.get_package_version()}" else exit(1)'
run: cd bindings/python && python3.8 -c 'import find_version as v; exit(0) if "${{ github.ref_name }}" == f"v{v.get_package_version()}" else exit(1)'

# Deploy to PyPi and Artifactory. Only when a commit is tagged
deploy:
Expand Down

0 comments on commit 1f075db

Please sign in to comment.