Skip to content

Commit 08fa5cc

Browse files
authored
Update release.yml
1 parent 62f617a commit 08fa5cc

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip
19-
pip install setuptools wheel twine
19+
pip install setuptools wheel twine packaging
2020
- name: Create distribution files
2121
run: python setup.py sdist
2222
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)