Skip to content

Commit b73f1d3

Browse files
authored
Update release-pypi.yml
1 parent 96ae589 commit b73f1d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-pypi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-pip
3030
31+
- name: Install dependencies
32+
run: |
33+
pip install --upgrade pip
34+
pip install wheel
35+
# see https://github.com/pypa/twine/issues/1216#issuecomment-2629069669
36+
pip install "packaging>=24.2"
37+
3138
- name: Checkout code
3239
uses: actions/checkout@v3
3340

0 commit comments

Comments
 (0)