Skip to content

Commit 2121d6c

Browse files
committed
EBR-75. Install updated version of packaging
1 parent aaa332c commit 2121d6c

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
@@ -80,5 +80,5 @@ jobs:
8080
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
8181
run: |
8282
echo "Publishing on pypi..."
83-
python -m pip install -U twine
83+
python -m pip install -U twine packaging
8484
twine upload dist/*

0 commit comments

Comments
 (0)