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 67b24d3 commit a86af6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get pypi version
id: get_pypi_version
run: |
echo ::set-output name=curr_version::$(curl -s https://pypi.org/pypi/${{ github.repository }}/json | python -c "import sys, json; print(json.load(sys.stdin)['info']['version'])")
echo ::set-output name=curr_version::$(curl -s https://pypi.org/pypi/${{ github.repository }}/json)['info']['version'])")
# 如果version和curr_version相同退出工作流
- name: Check version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description='A tool kit for music download and clip',
long_description_content_type='text/markdown',
long_description=readme,
url='https://github.com/nichuanfang/music-tool-kit',
url='https://github.com/nichuanfang/music-tool-kit',
author='Nichuan Fang',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit a86af6f

Please sign in to comment.