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 22
22
23
23
- name : Install dependencies
24
24
run : |
25
+ python3 -m pip install build
25
26
python -m venv venv
26
27
source venv/bin/activate
27
28
pip install --upgrade pip
40
41
working-directory : xero-python
41
42
42
43
- name : Build package
43
- run : python setup.py sdist
44
+ run : python3 -m build
44
45
working-directory : xero-python
45
46
46
47
- name : Set up Node environment
Original file line number Diff line number Diff line change 26
26
27
27
- name : Install dependencies
28
28
run : |
29
+ python3 -m pip install build
29
30
python -m venv venv
30
31
source venv/bin/activate
31
32
pip install --upgrade pip
43
44
GH_TOKEN : ${{secrets.GITHUB_TOKEN}}
44
45
45
46
- name : Build Package
46
- run : python setup.py sdist
47
+ run : python3 -m build
47
48
working-directory : xero-python
48
49
49
50
- name : Publish to PyPi
Original file line number Diff line number Diff line change 2
2
python-dateutil >= 2.7
3
3
urllib3
4
4
certifi
5
- setuptools >= 75.1.0
You can’t perform that action at this time.
0 commit comments