Skip to content

Commit

Permalink
removed some unused steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 26, 2024
1 parent 61d9370 commit 8327412
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,12 @@ jobs:
source venv/bin/activate
pip install --upgrade pip
sudo pip install twine
pip install -r requirements.txt -r requirements/dev.txt
working-directory: xero-python

- name: Build new package version
run: python setup.py sdist
working-directory: xero-python

- name: Verify new package version
run: ls -al dist
working-directory: xero-python

- name: Deploy to test PyPi
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ def read_file(filename):
keywords="xero python sdk API oAuth",
name="xero_python",
packages=find_packages(include=["xero_python", "xero_python.*"]),
version="6.3.0-alpha.3",
version="6.3.0-alpha.4",
)

0 comments on commit 8327412

Please sign in to comment.