Skip to content

Commit 9bc7862

Browse files
committed
increase alpha version for testing
1 parent 49e5f12 commit 9bc7862

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish
22
on:
33
release:
44
types: [published]
5+
push:
56

67
jobs:
78
publish:

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

0 commit comments

Comments
 (0)