Skip to content

Commit 2927b43

Browse files
committed
Add twine to workflow
1 parent 37dfb97 commit 2927b43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
steps:
2626
- checkout
2727
- python/load-cache
28+
- run:
29+
name: install twine
30+
command: |
31+
sudo pip install twine
2832
- run:
2933
name: verify git tag vs. version
3034
command: |

0 commit comments

Comments
 (0)