File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222
2323 - name : Install dependencies
2424 run : |
25+ python3 -m pip install build
2526 python -m venv venv
2627 source venv/bin/activate
2728 pip install --upgrade pip
4041 working-directory : xero-python
4142
4243 - name : Build package
43- run : python setup.py sdist
44+ run : python3 -m build
4445 working-directory : xero-python
4546
4647 - name : Set up Node environment
Original file line number Diff line number Diff line change 2626
2727 - name : Install dependencies
2828 run : |
29+ python3 -m pip install build
2930 python -m venv venv
3031 source venv/bin/activate
3132 pip install --upgrade pip
4344 GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
4445
4546 - name : Build Package
46- run : python setup.py sdist
47+ run : python3 -m build
4748 working-directory : xero-python
4849
4950 - name : Publish to PyPi
Original file line number Diff line number Diff line change 22python-dateutil >= 2.7
33urllib3
44certifi
5- setuptools >= 75.1.0
You can’t perform that action at this time.
0 commit comments