Skip to content

Commit e119bd2

Browse files
author
Vignesh Kennadi
committed
final commit with test instance
1 parent 8327412 commit e119bd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
sudo pip install twine
2828
working-directory: xero-python
2929

30-
- name: Build new package version
30+
- name: Build Package
3131
run: python setup.py sdist
3232
working-directory: xero-python
3333

34-
- name: Deploy to test PyPi
34+
- name: Deploy to PyPi
3535
env:
3636
TWINE_USERNAME: __token__
3737
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}

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.4",
51+
version="6.3.0",
5252
)

0 commit comments

Comments
 (0)