Skip to content

Commit 2754902

Browse files
committed
Fix circleci config command to upgrade twine
1 parent df0ed11 commit 2754902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- run:
140140
name: upgrade twine
141141
command: |
142-
- pip install --upgrade twine
142+
pip install --upgrade twine
143143
- run:
144144
name: Init .pypirc
145145
command: |

0 commit comments

Comments
 (0)