Skip to content

Commit 02d68ed

Browse files
authored
Merge pull request #120 from cloudblue/move-to-github-actions
Fixed Setup.py and missing Twine
2 parents 8206901 + 99c42d6 commit 02d68ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
pip install -r requirements/test.txt
2121
pip install -r requirements/sdk.txt
2222
pip install pytest-cov
23+
pip install twine
2324
- name: Linting
2425
run: |
2526
flake8 connect

0 commit comments

Comments
 (0)