Skip to content

Commit 360409f

Browse files
committed
upgrade packaging when uploading
(cherry picked from commit b6eb6f4)
1 parent 8a5f937 commit 360409f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,9 @@ jobs:
341341
echo "/home/runner/.local/bin" >> $GITHUB_PATH
342342
343343
- name: Install Twine
344-
run: pip install twine
344+
run: |
345+
pip install twine
346+
pip install packaging -U
345347
346348
- name: Upload to PyPI site
347349
if: github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)