Skip to content

Commit 8327412

Browse files
author
Vignesh Kennadi
committed
removed some unused steps
1 parent 61d9370 commit 8327412

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,12 @@ jobs:
2525
source venv/bin/activate
2626
pip install --upgrade pip
2727
sudo pip install twine
28-
pip install -r requirements.txt -r requirements/dev.txt
2928
working-directory: xero-python
3029

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

35-
- name: Verify new package version
36-
run: ls -al dist
37-
working-directory: xero-python
38-
3934
- name: Deploy to test PyPi
4035
env:
4136
TWINE_USERNAME: __token__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ def read_file(filename):
4848
keywords="xero python sdk API oAuth",
4949
name="xero_python",
5050
packages=find_packages(include=["xero_python", "xero_python.*"]),
51-
version="6.3.0-alpha.3",
51+
version="6.3.0-alpha.4",
5252
)

0 commit comments

Comments
 (0)