Skip to content

Commit

Permalink
🧪 test: 测试changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nichuanfang committed Oct 13, 2023
1 parent 2d2a8fa commit d7bf62f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
echo "version=$(curl -s https://pypi.org/pypi/music-tool-kit/json | python -c "import sys, json; print(json.load(sys.stdin)['info']['version'])")" >> "$GITHUB_OUTPUT"
# 如果version和curr_version相同退出工作流
- name: Check version
env:
version: ${{ steps.get_version.outputs.version }}
curr_version: ${{ steps.get_pypi_version.outputs.version }}
run: |
if [ $version == $curr_version ]; then
echo "version is same, exit"
exit 1
fi
# - name: Check version
# env:
# version: ${{ steps.get_version.outputs.version }}
# curr_version: ${{ steps.get_pypi_version.outputs.version }}
# run: |
# if [ $version == $curr_version ]; then
# echo "version is same, exit"
# exit 1
# fi

- name: Install dependencies
run: |
Expand Down

0 comments on commit d7bf62f

Please sign in to comment.