Skip to content

Commit e1abe2c

Browse files
authored
Update pre_release.yml
1 parent 8b9d815 commit e1abe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_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)