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 8327412 commit e119bd2Copy full SHA for e119bd2
.github/workflows/deploy.yml
@@ -27,11 +27,11 @@ jobs:
27
sudo pip install twine
28
working-directory: xero-python
29
30
- - name: Build new package version
+ - name: Build Package
31
run: python setup.py sdist
32
33
34
- - name: Deploy to test PyPi
+ - name: Deploy to PyPi
35
env:
36
TWINE_USERNAME: __token__
37
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
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-alpha.4",
+ version="6.3.0",
52
)
0 commit comments