|
@@ -129,7 +129,9 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
python -m pip install --upgrade pip
|
|
|
- pip install twine
|
|
|
+ # Upgrade packging to avoid a bug in twine.
|
|
|
+ # See https://github.com/pypa/twine/issues/1216
|
|
|
+ pip install "twine>=6.1.0" "packaging>=24.2"
|
|
|
- name: Download sdist
|
|
|
uses: actions/download-artifact@v4
|
|
|
with:
|