Skip to content

Commit 47889da

Browse files
authored
fix twine issue
1 parent e2e1eca commit 47889da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ jobs:
261261
- name: Upload wheels to PyPI
262262
run: |
263263
pip install twine
264+
# https://github.com/pypa/twine/issues/1216
265+
pip install -U packaging
264266
twine upload -u __token__ -p ${{ secrets.PYPI_TOKEN }} --skip-existing dist/*
265267
266268
publish-docs:

0 commit comments

Comments
 (0)