Skip to content

Commit

Permalink
💚 修复 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shoucandanghehe committed Oct 11, 2024
1 parent bfd170b commit b66db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Publish Package to PyPI
run: |
uv build
uv publish
uv publish --trusted-publishing always
- name: Publish Package to GitHub Release
run: gh release create ${{ steps.version.outputs.TAG_NAME }} dist/*.tar.gz dist/*.whl -t "🔖 ${{ steps.version.outputs.TAG_NAME }}" --generate-notes
Expand Down

0 comments on commit b66db61

Please sign in to comment.