Skip to content

Commit bf46855

Browse files
committed
force packaging>=24.2 on all jobs
1 parent 2009043 commit bf46855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: sudo apt-get update && sudo apt-get install -y liblapack-dev
4747
- name: Build SDist
4848
run: |
49-
pip install build
49+
pip install build twine packaging>=24.2
5050
python -m build --verbose
5151
- uses: pypa/[email protected]
5252
env:

0 commit comments

Comments
 (0)