File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ include testing/*.py
7
7
include tox.ini
8
8
include *.rst
9
9
include LICENSE
10
+ include *.toml
Original file line number Diff line number Diff line change 17
17
18
18
- ECHO "Updating Environment"
19
19
- python -m pip install -U pip
20
- - python -m pip install -U wheel
20
+ - python -m pip install -U pep517
21
21
- python -m pip install -U --upgrade-strategy=eager tox
22
22
23
23
@@ -35,7 +35,7 @@ test_script:
35
35
36
36
after_test :
37
37
# If tests are successful, create a whl package for the project.
38
- - " %CMD_IN_ENV% python setup.py bdist_wheel "
38
+ - python -m pep517.build --binary .
39
39
- ps : " ls dist"
40
40
41
41
artifacts :
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools>=34.4" , " wheel" ]
3
+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments