Skip to content

Commit

Permalink
install twine
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 26, 2024
1 parent db2412c commit 08fa57b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install black
sudo pip install flake8
sudo pip install twine
pip install -r requirements.txt -r requirements/dev.txt
working-directory: xero-python

Expand Down

0 comments on commit 08fa57b

Please sign in to comment.