Skip to content

Commit

Permalink
fix: github package vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh-dixit committed Mar 20, 2024
1 parent 132e94d commit c1f5559
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 @@ -36,7 +36,7 @@ jobs:
run: |
cd core
if [[ $GITHUB_REF == refs/tags/v* ]]; then
sed -i "s/version=.*/version='${{ env.PACKAGE_VERSION }}',/" setup.py
sed -i "s/version = '.*'/version = '${{ env.PACKAGE_VERSION }}'/" setup.py
echo "Updated version in setup.py (core)"
fi
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit c1f5559

Please sign in to comment.