File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 pip install black
2929 sudo pip install flake8
3030 sudo pip install pip-audit
31+ sudo pip install build
3132 pip install -r requirements.txt -r requirements/dev.txt
3233 working-directory : xero-python
3334
4041 working-directory : xero-python
4142
4243 - name : Build package
43- run : python setup.py sdist
44+ run : python -m build
4445 working-directory : xero-python
4546
4647 - name : Set up Node environment
Original file line number Diff line number Diff line change 2929 python -m venv venv
3030 source venv/bin/activate
3131 pip install --upgrade pip
32- sudo pip install twine
32+ sudo pip install build twine
3333 working-directory : xero-python
3434
3535 - name : Fetch Latest release number
4343 GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
4444
4545 - name : Build Package
46- run : python setup.py sdist
46+ run : python -m build
4747 working-directory : xero-python
4848
4949 - 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