We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e5f12 commit 9bc7862Copy full SHA for 9bc7862
.github/workflows/publish.yml
@@ -2,6 +2,7 @@ name: Publish
2
on:
3
release:
4
types: [published]
5
+ push:
6
7
jobs:
8
publish:
setup.py
@@ -48,5 +48,5 @@ def read_file(filename):
48
keywords="xero python sdk API oAuth",
49
name="xero_python",
50
packages=find_packages(include=["xero_python", "xero_python.*"]),
51
- version="6.3.0",
+ version="6.3.0-alpha.6",
52
)
0 commit comments