Skip to content

Commit dd8c756

Browse files
committed
fix build dependencies, release v0.5.0
1 parent e664c94 commit dd8c756

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
run: |
1818
python -m venv --system-site-packages .local
1919
echo "$HOME/.local/bin" >> $GITHUB_PATH
20-
python -m pip install --upgrade pip build setuptools>=77.0.0
20+
python -m pip install --upgrade pip build
21+
python -m pip install --upgrade setuptools>=77.0.0 packaging>=24.2
2122
2223
- name: Build and verify its integrity
2324
run: |

0 commit comments

Comments
 (0)