File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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__
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments