Skip to content

Commit

Permalink
upgrade packaging when uploading
Browse files Browse the repository at this point in the history
(cherry picked from commit b6eb6f4)
  • Loading branch information
wangxiaoying committed Jan 23, 2025
1 parent 8a5f937 commit a724dbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,9 @@ jobs:
echo "/home/runner/.local/bin" >> $GITHUB_PATH
- name: Install Twine
run: pip install twine
run: |
pip install twine
pip install packaging -U
- name: Upload to PyPI site
if: github.ref == 'refs/heads/release'
Expand Down

0 comments on commit a724dbb

Please sign in to comment.