Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyaos committed Mar 16, 2023
1 parent 13c0a80 commit dac8183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_gen_whl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Release version
id: release_version
run: |
cd src
app_version=$(cat setup.py | grep version | sed "s/version='\([0-9]\+\.[0-9]\+\.[0-9]\+\)',/\1/")
echo "app_version=$app_version" >> $GITHUB_ENV
echo "app_version=$app_version"
Expand Down

0 comments on commit dac8183

Please sign in to comment.