Skip to content

Commit 08fa57b

Browse files
author
Vignesh Kennadi
committed
install twine
1 parent db2412c commit 08fa57b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
python -m venv venv
2525
source venv/bin/activate
2626
pip install --upgrade pip
27-
pip install black
28-
sudo pip install flake8
27+
sudo pip install twine
2928
pip install -r requirements.txt -r requirements/dev.txt
3029
working-directory: xero-python
3130

0 commit comments

Comments
 (0)