Skip to content

Commit 4c59c1a

Browse files
committed
chore: Workflow added pip install packaging.
1 parent e07bf5d commit 4c59c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GIT_TAG: ${{ github.ref_name }}
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install "." tomlkit
28+
pip install "." tomlkit packaging
2929
python scripts/check_version.py --tag ${GIT_TAG}
3030
3131
- name: Build release distributions

0 commit comments

Comments
 (0)