Skip to content

Commit 0a4b0c9

Browse files
chore: update publish-tag-to-pypi.yaml (#101)
1 parent 0acbb7d commit 0a4b0c9

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)