Skip to content

Commit

Permalink
✨ feat: 测试自动发版
Browse files Browse the repository at this point in the history
  • Loading branch information
nichuanfang committed Oct 11, 2023
1 parent baddbec commit 807ccd9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,6 @@ jobs:
run: |
echo ::set-output name=version::$(curl -s https://pypi.org/pypi/music-tool-kit/json | python -c "import sys, json; print(json.load(sys.stdin)['info']['version'])")
# # 如果version和curr_version相同退出工作流
# - name: Check version
# if: ${{ steps.get_version.outputs.version }}==${{ steps.get_pypi_version.outputs.curr_version }}
# env:
# version: ${{ steps.get_version.outputs.version }}
# curr_version: ${{ steps.get_pypi_version.outputs.version }}
# run: |
# echo $version
# echo $curr_version
# echo "version is same, exit"
# exit 1

# 如果version和curr_version相同退出工作流
- name: Check version
env:
Expand Down

0 comments on commit 807ccd9

Please sign in to comment.