Skip to content

Commit

Permalink
use poetry instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNasser8 committed Aug 31, 2024
1 parent 24d9f67 commit 071b50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Create tag
run: |
current_version=$(python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])")
current_version=$( poetry run python -c "import toml; print(toml.load('pyproject.toml')['tool']['poetry']['version'])")
git tag $current_version
git push origin $current_version
Expand Down

0 comments on commit 071b50e

Please sign in to comment.