Skip to content

Commit

Permalink
mabe bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ProdByGodfather committed Jan 8, 2025
1 parent 5e5d7a2 commit c9a473f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Extract version from setup.py
id: extract_version
run: |
version=$(python -c "exec(open('setup.py').read()); print(__version__)")
version=$(python setup.py --version)
echo "VERSION=$version" >> $GITHUB_ENV
# Log the extracted version
Expand Down

0 comments on commit c9a473f

Please sign in to comment.