Skip to content

Commit 4801e4c

Browse files
Update publish-tag-to-pypi.yaml
1 parent 0acbb7d commit 4801e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-tag-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: dist/
4040

4141
- name: Install Twine
42-
run: python3 -m pip install --user --upgrade twine
42+
run: python3 -m pip install --user --upgrade twine packaging
4343

4444
- name: Publish to PyPI
4545
env:

0 commit comments

Comments
 (0)