|
21 | 21 | - name: Install cibuildwheel |
22 | 22 | run: | |
23 | 23 | python3 -m pip install --upgrade pip |
24 | | - python3 -m pip install cibuildwheel "twine>=6.1.0" |
| 24 | + python3 -m pip install cibuildwheel "twine>=6.1.0" "packaging>=24.2" |
25 | 25 |
|
26 | 26 | - name: 🛠 Build and Test Hexhamming Python C extension |
27 | 27 | run: cibuildwheel |
|
89 | 89 | - name: Install cibuildwheel |
90 | 90 | run: | |
91 | 91 | python3 -m pip install --upgrade pip |
92 | | - python3 -m pip install cibuildwheel "twine>=6.1.0" |
| 92 | + python3 -m pip install cibuildwheel "twine>=6.1.0" "packaging>=24.2" |
93 | 93 |
|
94 | 94 | - name: 🛠 Build Hexhamming Python C extension |
95 | 95 | run: cibuildwheel |
@@ -138,7 +138,7 @@ jobs: |
138 | 138 | - name: Install cibuildwheel |
139 | 139 | run: | |
140 | 140 | python3 -m pip install --upgrade pip |
141 | | - python3 -m pip install cibuildwheel "twine>=6.1.0" |
| 141 | + python3 -m pip install cibuildwheel "twine>=6.1.0" "packaging>=24.2" |
142 | 142 |
|
143 | 143 | - name: 🛠 Build Hexhamming Python C extension |
144 | 144 | run: cibuildwheel |
@@ -172,7 +172,7 @@ jobs: |
172 | 172 | - name: Install cibuildwheel |
173 | 173 | run: | |
174 | 174 | python3 -m pip install --upgrade pip |
175 | | - python3 -m pip install cibuildwheel "twine>=6.1.0" |
| 175 | + python3 -m pip install cibuildwheel "twine>=6.1.0" "packaging>=24.2" |
176 | 176 |
|
177 | 177 | - name: 🛠 Build Hexhamming Python C extension |
178 | 178 | run: cibuildwheel |
@@ -210,7 +210,7 @@ jobs: |
210 | 210 | merge-multiple: true |
211 | 211 |
|
212 | 212 | - name: Install twine |
213 | | - run: python -m pip install "twine>=6.1.0" |
| 213 | + run: python -m pip install "twine>=6.1.0" "packaging>=24.2" |
214 | 214 |
|
215 | 215 | - name: 📦 Publish distribution to PyPI |
216 | 216 | env: |
|
0 commit comments